diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-24 20:25:53 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-24 20:25:53 +0000 |
commit | f5f33f37e22e5dbd2a6d50282bb6c4ca45985583 (patch) | |
tree | 6e6646551e7d870d8d244b0e22b183252b4e3d0f /plugins/SMS/src/main.cpp | |
parent | 76dd2ab0cd5ca8e9d1da72bbff5a12d15ab6f8cc (diff) |
translation fixes and code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@7865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/src/main.cpp')
-rw-r--r-- | plugins/SMS/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp index d2a846e5e1..592641acaa 100644 --- a/plugins/SMS/src/main.cpp +++ b/plugins/SMS/src/main.cpp @@ -96,7 +96,7 @@ extern "C" int __declspec(dllexport) Unload(void) return 0;
}
-int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
+int OnModulesLoaded(WPARAM,LPARAM)
{
VersionConversions();
@@ -105,7 +105,7 @@ int OnModulesLoaded(WPARAM wParam,LPARAM lParam) return 0;
}
-int OnPreShutdown(WPARAM wParam,LPARAM lParam)
+int OnPreShutdown(WPARAM,LPARAM)
{
RecvSMSWindowDestroy();
SendSMSWindowDestroy();
|