diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-10 00:39:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-10 00:39:55 +0300 |
commit | 90674ba62902b7aaeceeb4c326469a74a32a259d (patch) | |
tree | f7f6889e14bd882da1c4f477ccb9555db43744fa /plugins/ExternalAPI/m_stopspam.h | |
parent | 002c6191a3cda8db182f2ca26bb182d3274ab960 (diff) |
StopSpam moved to CMOption<> instead of custom code
Diffstat (limited to 'plugins/ExternalAPI/m_stopspam.h')
-rw-r--r-- | plugins/ExternalAPI/m_stopspam.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/ExternalAPI/m_stopspam.h b/plugins/ExternalAPI/m_stopspam.h index 9936550885..f25bd2cece 100644 --- a/plugins/ExternalAPI/m_stopspam.h +++ b/plugins/ExternalAPI/m_stopspam.h @@ -32,10 +32,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //returns a "Contact Stae" flag
#define MS_STOPSPAM_CONTACTPASSED "StopSpam/IsContactPassed"
-//remove all temporary contacts from db
-//wParam=0
-//lParam=0
-//returns 0
-#define MS_STOPSPAM_REMTEMPCONTACTS "StopSpam/RemoveTempContacts"
-
#endif
\ No newline at end of file |