diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-13 10:50:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-13 10:50:59 +0000 |
commit | 5df94ff719eccd04c7450df35fb5e3f2b36e2ee7 (patch) | |
tree | 440d736b199ff849ca0619adf355ffc73750ca7f /src/core | |
parent | 70496fb739225b559a251f4518c946110aef718c (diff) |
wrapping the most evident critical sections into a class
git-svn-id: http://svn.miranda-ng.org/main/trunk@9785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/modules.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp index cea9906330..69da44111a 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -67,7 +67,6 @@ int LoadDefaultServiceModePlugin(void); int LoadErrorsModule(void);
void UnloadAccountsModule(void);
-void UnloadButtonModule(void);
void UnloadClcModule(void);
void UnloadContactListModule(void);
void UnloadDatabase(void);
@@ -181,7 +180,6 @@ void UnloadDefaultModules(void) UnloadIcoLibModule();
UnloadUtilsModule();
UnloadExtraIconsModule();
- UnloadButtonModule();
UnloadClcModule();
UnloadContactListModule();
UnloadEventsModule();
|