diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-21 12:51:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-21 12:51:54 +0300 |
commit | 803e7b0b5e7c84a814601141fcb7634516eefa30 (patch) | |
tree | 20d3716dd44570773f131d7cce92dc3480f8eaed /include/m_protoint.h | |
parent | ca5001026a94f702c4012c5e8d2093ad3f51c1fa (diff) |
EV_PROTO_DBSETTINGSCHANGED - old useless stub removed
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 454b55a0c1..b48469749a 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -39,8 +39,7 @@ typedef enum EV_PROTO_ONRENAME,
EV_PROTO_ONERASE,
EV_PROTO_ONMENU,
- EV_PROTO_ONCONTACTDELETED,
- EV_PROTO_DBSETTINGSCHANGED,
+ EV_PROTO_ONCONTACTDELETED
}
PROTOEVENTTYPE;
|