diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-19 09:16:34 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-19 09:16:34 +0000 |
commit | 886e870f323ce3fa00f3b43d8a58d976e92e82ab (patch) | |
tree | 8bfddd98c9356ac65a3ae4d524edfb676b3210e1 /plugins/Toaster/src/main.cpp | |
parent | e866f23fb250ef42e795c660f9769a3c2a62db62 (diff) |
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14994 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/main.cpp')
-rw-r--r-- | plugins/Toaster/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Toaster/src/main.cpp b/plugins/Toaster/src/main.cpp index 5158940d1b..6ce8fd69af 100644 --- a/plugins/Toaster/src/main.cpp +++ b/plugins/Toaster/src/main.cpp @@ -28,7 +28,6 @@ DWORD WINAPI DllMain(HINSTANCE hInstance, DWORD, LPVOID) extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
- OSVERSIONINFO osvi = { sizeof(OSVERSIONINFO) };
if (IsWinVer8Plus())
return &pluginInfo;
|