From 8a0c05457afe85dc0b8b08325273106cd41d5327 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sat, 18 Dec 2010 17:41:09 +0000 Subject: [PATCH] Changes to Build.py and the install script (\Distrib is not created any more, files taken from normal locations). Minor change to the Rainstaller UI and MediaKey plugin. --- Plugins/PluginMediaKey/PluginMediaKey.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/PluginMediaKey/PluginMediaKey.cpp b/Plugins/PluginMediaKey/PluginMediaKey.cpp index b74c1dd7..36130aa1 100644 --- a/Plugins/PluginMediaKey/PluginMediaKey.cpp +++ b/Plugins/PluginMediaKey/PluginMediaKey.cpp @@ -60,7 +60,6 @@ void ExecuteBang(LPCTSTR args, UINT id) { std::wstring wholeBang = args; - size_t pos = wholeBang.find(' '); if (_wcsicmp(wholeBang.c_str(), L"NextTrack") == 0) { SendKey(VK_MEDIA_NEXT_TRACK);