summaryrefslogtreecommitdiff
path: root/src/modules/clist/clistmod.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-07 21:13:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-07 21:13:29 +0000
commit71217fff8d304b8047742e1f8f4612329a2f6044 (patch)
tree022d810958ea6ab39e13eb7fbb4469ae40723716 /src/modules/clist/clistmod.cpp
parent7e78293fcbabc945a8a9e5bcaab121fbbf697c4c (diff)
contact details dialog -> CDlgBase
git-svn-id: http://svn.miranda-ng.org/main/trunk@13481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/clistmod.cpp')
-rw-r--r--src/modules/clist/clistmod.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/clist/clistmod.cpp b/src/modules/clist/clistmod.cpp
index 8c5ef09b82..75d5014d63 100644
--- a/src/modules/clist/clistmod.cpp
+++ b/src/modules/clist/clistmod.cpp
@@ -25,8 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "..\..\core\commonheaders.h"
#include "clc.h"
-INT_PTR AddMainMenuItem(WPARAM wParam, LPARAM lParam);
-INT_PTR AddContactMenuItem(WPARAM wParam, LPARAM lParam);
INT_PTR ContactChangeGroup(WPARAM wParam, LPARAM lParam);
int InitCListEvents(void);
void UninitCListEvents(void);
@@ -38,7 +36,6 @@ INT_PTR InvalidateDisplayName(WPARAM wParam, LPARAM lParam);
int InitGroupServices(void);
void LoadCluiServices();
INT_PTR Docking_IsDocked(WPARAM wParam, LPARAM lParam);
-void FreeDisplayNameCache(void);
int LoadCLUIModule(void);
int InitClistHotKeys(void);