diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-23 21:16:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-23 21:16:11 +0000 |
commit | d8a81a7a63b37b760d5c22641ed4f4b1cfbb232a (patch) | |
tree | a7494e040b919b674d4e26d572efd58ef45d0f49 /src/modules/database/dbini.cpp | |
parent | 53be8fe2c490da232c7ec7e87c1a5d65a1215241 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@8725 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/dbini.cpp')
-rw-r--r-- | src/modules/database/dbini.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/database/dbini.cpp b/src/modules/database/dbini.cpp index 022f4c1188..ebcf7e3e89 100644 --- a/src/modules/database/dbini.cpp +++ b/src/modules/database/dbini.cpp @@ -28,8 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. static bool bModuleInitialized = false;
static HANDLE hIniChangeNotification;
-extern TCHAR mirandabootini[MAX_PATH];
-
static INT_PTR CALLBACK InstallIniDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message) {
|