diff options
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:
|