diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-22 13:55:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-22 13:55:17 +0300 |
commit | 1a71e02f8edb73943f3ce7de693c7f3c3e9ebc48 (patch) | |
tree | be2427163320829c1cf8c2fa193dcfe64232598f /include | |
parent | 39be473138bfb1055733516edbfa893d6e870525 (diff) |
unused constant removed
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protoint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 136f54481d..da863f4251 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -36,7 +36,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. typedef enum
{
- EV_PROTO_ONRENAME,
EV_PROTO_ONERASE,
EV_PROTO_ONMENU
}
|