diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-02 21:33:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-02 21:33:54 +0000 |
commit | a271956628b6493fb4b9512f33539dbc29ab81a8 (patch) | |
tree | ae6fbfa5e0cec363eb1cf625f7d661475193eb3f /plugins/YAPP/src/services.cpp | |
parent | 4f0bbea5843f8ab3c0242f560ea60fdf23de3ed7 (diff) |
unused code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/services.cpp')
-rw-r--r-- | plugins/YAPP/src/services.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/YAPP/src/services.cpp b/plugins/YAPP/src/services.cpp index f8d2b3a1e9..372a4db2ce 100644 --- a/plugins/YAPP/src/services.cpp +++ b/plugins/YAPP/src/services.cpp @@ -489,8 +489,7 @@ void InitServices() mi.hIcon = NULL;
mi.pszService = "PopUp/ToggleEnabled";
- mi.pszName = (char*)(db_get_b(0, MODULE, "Enabled", 1) ?
- LPGEN("Disable Popups") : LPGEN("Enable Popups"));
+ mi.pszName = (char*)(db_get_b(0, MODULE, "Enabled", 1) ? LPGEN("Disable Popups") : LPGEN("Enable Popups"));
hMenuToggleOnOff = Menu_AddMainMenuItem(&mi);
}
|