From f51995e13679a37851baef8e7f52f2d993cbc7c1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 13 Sep 2016 17:11:58 +0000 Subject: mode old database junk to die git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/mu_common.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/HistoryStats/src/mu_common.h') diff --git a/plugins/HistoryStats/src/mu_common.h b/plugins/HistoryStats/src/mu_common.h index cc82ea61da..e8d407e928 100644 --- a/plugins/HistoryStats/src/mu_common.h +++ b/plugins/HistoryStats/src/mu_common.h @@ -17,17 +17,6 @@ namespace mu HGENMENU addContactMenuItem(const wchar_t* pszName, DWORD flags, int position, HICON hIcon, const char* pszService); } - /* - * db - */ - - namespace db - { - int getProfilePath(int cbName, wchar_t* pszName); - int getProfileName(int cbName, wchar_t* pszName); - void setSafetyMode(bool safetyMode); - } - /* * db_contact */ @@ -35,7 +24,6 @@ namespace mu namespace db_contact { int enumSettings(MCONTACT hContact, const char* szModule, DBSETTINGENUMPROC pEnumProc, LPARAM lProcParam); - int getCount(); } /* -- cgit v1.2.3