diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-17 19:36:45 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-17 19:36:45 +0000 |
commit | 067bd391d5a6d28e250f6e375607be6d667f66bf (patch) | |
tree | 9e27c93ffa4b7a629e3711090c7229203c0e4921 /plugins/AuthState/src/main.cpp | |
parent | ee2b2967a9d17bd38575dad6ab9a7c0c5d52af2b (diff) |
AuthState: options -> core ui
git-svn-id: http://svn.miranda-ng.org/main/trunk@16708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/src/main.cpp')
-rw-r--r-- | plugins/AuthState/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index 253463fa31..08e9f96cb1 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -177,8 +177,6 @@ extern "C" int __declspec(dllexport) Load(void) HookEvent(ME_DB_CONTACT_ADDED, onDBContactAdded);
CreateServiceFunction("AuthState/MenuItem", onAuthMenuSelected);
- Options.Load();
-
CMenuItem mi;
SET_UID(mi, 0xc5a784ea, 0x8b07, 0x4b95, 0xa2, 0xb2, 0x84, 0x9d, 0x87, 0x43, 0x7e, 0xda);
mi.position = -1999901005;
|