diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-23 15:49:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-23 15:49:18 +0000 |
commit | a69ec13dfad93e5995b589f96b113ac8c1774c79 (patch) | |
tree | 28e7dc3f4caf822c2b1b36bf4eb3eb1c8fd1fcfa /plugins/UserInfoEx/src/ctrl_tzcombo.h | |
parent | 84fd5b6fe3fa22c29c371cb58c83d33f5c92b521 (diff) |
old unused code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@17203 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/ctrl_tzcombo.h')
-rw-r--r-- | plugins/UserInfoEx/src/ctrl_tzcombo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/ctrl_tzcombo.h b/plugins/UserInfoEx/src/ctrl_tzcombo.h index 4402a54375..6d549a96fc 100644 --- a/plugins/UserInfoEx/src/ctrl_tzcombo.h +++ b/plugins/UserInfoEx/src/ctrl_tzcombo.h @@ -32,7 +32,6 @@ class CTzCombo : public CBaseCtrl CTzCombo();
CTzCombo(HWND hDlg, WORD idCtrl, LPCSTR pszSetting);
- int Find(CTimeZone *pTimeZone) const; //old UIEX method
int Find(LPTIME_ZONE_INFORMATION pTimeZone) const; //new core tz interface
public:
|