diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 10:48:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 10:48:36 +0000 |
commit | d5aa68bc585710dcb741ac2cd545c21410b0af7e (patch) | |
tree | 3bd7a1bdd0d4ca15a0fda106de74e5c8227e00b1 /plugins/Scriver/src/globals.cpp | |
parent | 34c8d175d77f8e9d786b41fc8ed87d6816829fc8 (diff) |
hooking loading/unloading plugin events
git-svn-id: http://svn.miranda-ng.org/main/trunk@3687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/globals.cpp')
-rw-r--r-- | plugins/Scriver/src/globals.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp index 7c1f15c2e8..b30f9cfc9f 100644 --- a/plugins/Scriver/src/globals.cpp +++ b/plugins/Scriver/src/globals.cpp @@ -297,9 +297,6 @@ void FreeGlobals() { }
void ReloadGlobals() {
- g_dat->smileyAddInstalled = ServiceExists(MS_SMILEYADD_SHOWSELECTION);
- g_dat->popupInstalled = ServiceExists(MS_POPUP_ADDPOPUPEX);
- g_dat->ieviewInstalled = ServiceExists(MS_IEVIEW_WINDOW);
g_dat->flags = 0;
g_dat->flags2 = 0;
if (DBGetContactSettingByte(NULL, SRMMMOD, SRMSGSET_AVATARENABLE, SRMSGDEFSET_AVATARENABLE))
|