summaryrefslogtreecommitdiff
path: root/plugins/TipperYM/src/popwin.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-09-10 13:01:34 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-09-10 13:01:34 +0000
commitf73d9dd898183ff8fae7ea4118681ef8c6619cc9 (patch)
tree9405ca11174792c535fee6a75220912a557a023a /plugins/TipperYM/src/popwin.cpp
parentfdea2aec4a7900eec09c2597cd499571003f5ce4 (diff)
- Tipper: 2 presets for menuex removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6043 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/src/popwin.cpp')
-rw-r--r--plugins/TipperYM/src/popwin.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/TipperYM/src/popwin.cpp b/plugins/TipperYM/src/popwin.cpp
index 1d44524342..de6b1abedc 100644
--- a/plugins/TipperYM/src/popwin.cpp
+++ b/plugins/TipperYM/src/popwin.cpp
@@ -110,14 +110,6 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa
AddRow(pwd, TranslateT("Log on:"), ago, NULL, false, false, false);
}
- // logoff info
- TCHAR swzLogoff[64];
- if (TimestampToTimeDifference(NULL, pwd->clcit.szProto, "LogoffTS", swzLogoff, 59)) {
- TCHAR ago[96];
- mir_sntprintf(ago, SIZEOF(ago), TranslateT("%s ago"), swzLogoff);
- AddRow(pwd, TranslateT("Log off:"), ago, NULL, false, false, false);
- }
-
// number of unread emails
TCHAR swzEmailCount[64];
if (ProtoServiceExists(pwd->clcit.szProto, "/GetUnreadEmailCount")) {
@@ -1564,12 +1556,6 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa
mir_sntprintf(ago, SIZEOF(ago), TranslateT("%s ago"), buff);
AddRow(pwd, TranslateT("Log on:"), ago, NULL, false, false, false);
}
-
- if (TimestampToTimeDifference(NULL, pwd->clcit.szProto, "LogoffTS", buff, 59)) {
- TCHAR ago[96];
- mir_sntprintf(ago, SIZEOF(ago), TranslateT("%s ago"), buff);
- AddRow(pwd, TranslateT("Log off:"), ago, NULL, false, false, false);
- }
}
if (dwItems & TRAYTIP_UNREAD_EMAILS && ProtoServiceExists(pa->szModuleName, "/GetUnreadEmailCount")) {