diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-30 13:03:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-30 13:03:49 +0000 |
commit | 2b5aaa321425c6309ed912f04badd79e27e9549e (patch) | |
tree | 80172d95527460896e138db326bc4125c907b124 /protocols/Weather/weather.cpp | |
parent | b947df9fed0907995842d4c7121157508feac65e (diff) |
further cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather.cpp')
-rw-r--r-- | protocols/Weather/weather.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Weather/weather.cpp b/protocols/Weather/weather.cpp index b716aefa63..c0dc3c3373 100644 --- a/protocols/Weather/weather.cpp +++ b/protocols/Weather/weather.cpp @@ -238,7 +238,6 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) // initialize global variables
InitVar();
- InitUniConv();
// load options and set defaults
LoadOptions();
|