diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 20:18:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 20:18:38 +0300 |
commit | cfd355e6c8035086c416c161a884242c1bb1800a (patch) | |
tree | 21af14390a6ae232d67f7b45cd699a4781b901b9 /plugins/YAPP/src | |
parent | f545bc769a16d1ff7b302733f793cbcbd397cdca (diff) |
no more need in hLangpack variable *YAHOO*
Diffstat (limited to 'plugins/YAPP/src')
-rw-r--r-- | plugins/YAPP/src/yapp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/YAPP/src/yapp.cpp b/plugins/YAPP/src/yapp.cpp index eee3e74e4a..0ce3638d47 100644 --- a/plugins/YAPP/src/yapp.cpp +++ b/plugins/YAPP/src/yapp.cpp @@ -19,7 +19,6 @@ HFONT hFontFirstLine = nullptr, hFontSecondLine = nullptr, hFontTime = nullptr; COLORREF colFirstLine = RGB(255, 0, 0), colSecondLine = 0, colTime = RGB(0, 0, 255), colBorder = RGB(0, 0, 0),
colSidebar = RGB(128, 128, 128), colTitleUnderline = GetSysColor(COLOR_3DSHADOW);
-int &hLangpack(g_plugin.m_hLang);
CLIST_INTERFACE *pcli;
// toptoolbar button
|