aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq/files/msn-abstracthook.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/centericq/files/msn-abstracthook.cc')
-rw-r--r--net-im/centericq/files/msn-abstracthook.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/centericq/files/msn-abstracthook.cc b/net-im/centericq/files/msn-abstracthook.cc
deleted file mode 100644
index 111e87201af4..000000000000
--- a/net-im/centericq/files/msn-abstracthook.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/hooks/abstracthook.cc.orig Sun Oct 19 06:57:26 2003
-+++ src/hooks/abstracthook.cc Mon Nov 3 19:54:31 2003
-@@ -31,6 +31,7 @@
- #include "jabberhook.h"
- #include "rsshook.h"
- #include "ljhook.h"
-+#include "msnhook.h"
-
- #include "md5.h"
-
-@@ -325,6 +326,9 @@
- #endif
- #ifdef BUILD_LJ
- case livejournal: return lhook;
-+#endif
-+#ifdef BUILD_MSN
-+ case msn: return mhook;
- #endif
- }
-