From ab2852015641c9aa9aa2588fb21617e31b7da546 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 5 Apr 2016 18:55:38 +0000 Subject: Weather: - cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@16589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/src/weather_info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Weather/src/weather_info.cpp') diff --git a/plugins/Weather/src/weather_info.cpp b/plugins/Weather/src/weather_info.cpp index b1eba54fea..1e5e982c9d 100644 --- a/plugins/Weather/src/weather_info.cpp +++ b/plugins/Weather/src/weather_info.cpp @@ -30,7 +30,7 @@ regrading the loading of ini contents //============ INI INFORMATION ============ // List INI Information for all loaded INI files -void INIInfo(HWND hwndDlg) +static void INIInfo(HWND hwndDlg) { TCHAR str[16]; size_t memused = 0; @@ -202,7 +202,7 @@ void GetINIInfo(TCHAR *pszSvc) } //============ DISPLAY A LIST FOR CUSTOM VARIABLES ============ - +// // a message box for displaying the list of custom variables // can be found when click on "More" in text option dialog void MoreVarList(void) -- cgit v1.2.3