diff options
Diffstat (limited to 'plugins/VersionInfo/src/services.cpp')
-rw-r--r-- | plugins/VersionInfo/src/services.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/VersionInfo/src/services.cpp b/plugins/VersionInfo/src/services.cpp index 3953af590a..85bc1b7347 100644 --- a/plugins/VersionInfo/src/services.cpp +++ b/plugins/VersionInfo/src/services.cpp @@ -35,8 +35,6 @@ INT_PTR PluginMenuCommand(WPARAM wParam, LPARAM lParam) int debugTo = db_get_b(NULL, ModuleName, "DebugTo", TO_DIALOGBOX);
DoDebugTo(debugTo);
if (verbose) PUShowMessage("I have printed the information.", SM_NOTIFY);
-/* char *data;
- CallService(MS_VERSIONINFO_GETINFO, 1, (LPARAM) &data); */
return 0;
}
|