diff options
| author | 2008-04-01 17:53:31 +0000 | |
|---|---|---|
| committer | 2008-04-01 17:53:31 +0000 | |
| commit | 41a94c4055e4d8809bb12e0094734e0124d23345 (patch) | |
| tree | 78bf45be1750f276d5755df0801c0863278c7ac6 /src/modules/my/libkvimy.cpp | |
| parent | code clean; small ports (diff) | |
| download | KVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.tar.gz KVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.tar.bz2 KVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.zip | |
patch for MacOS X. Compile fine now
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1372 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/my/libkvimy.cpp')
| -rw-r--r-- | src/modules/my/libkvimy.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp index 9caa25ca2..52b4c0a85 100644 --- a/src/modules/my/libkvimy.cpp +++ b/src/modules/my/libkvimy.cpp @@ -32,7 +32,6 @@ #include "kvi_ircserver.h" #include "idle.h" Idle* g_pIdle; -#ifdef COMPILE_NEW_KVS #define GET_KVS_CONSOLE \ kvs_uint_t uiWnd; \ KviConsole *wnd =0; \ @@ -49,7 +48,6 @@ Idle* g_pIdle; wnd = g_pApp->findConsole(uiWnd); \ if(!wnd)c->warning(__tr2qs("No such irc context (%d)"),uiWnd); \ } -#endif /* @doc: my.nick @type: |
