diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-04 16:42:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-04 16:42:23 +0300 |
commit | 32cd89f64ef0449eac0ceea2ba9bc1aa36c5759b (patch) | |
tree | 5cb92407bb71893399210adb0d8dadcc53ab6dd6 /plugins/SMS/src/stdafx.h | |
parent | 60a76a56531ceb2bb6d03add1de32ceeef832be9 (diff) |
the error code of db_event_get() should be checked
Diffstat (limited to 'plugins/SMS/src/stdafx.h')
-rw-r--r-- | plugins/SMS/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SMS/src/stdafx.h b/plugins/SMS/src/stdafx.h index a13314daaf..a908077d6c 100644 --- a/plugins/SMS/src/stdafx.h +++ b/plugins/SMS/src/stdafx.h @@ -122,7 +122,6 @@ int LoadModules(); int handleAckSMS(WPARAM wParam,LPARAM lParam);
int handleNewMessage(WPARAM wParam,LPARAM lParam);
-void RestoreUnreadMessageAlerts();
// Declaration of Menu SMS send click function
int SmsRebuildContactMenu(WPARAM wParam,LPARAM lParam);
|