diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-11 19:31:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-11 19:31:07 +0000 |
commit | bd4c78f20e084ccdd20c05d1420c06969bc44925 (patch) | |
tree | f55baccb22766d17223a06fe9207c2bc547a8e20 /src/modules/metacontacts/metacontacts.h | |
parent | fc4ce5a1e786192c86f14e9d99ad9b14eab201ef (diff) |
metacontact filter removed (yeehaw!)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index df70f7ed4b..170d83da49 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -20,12 +20,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define META_FILTER "MetaContactsFilter"
-#define META_FILTER_ID "MetaFilterID"
-
-#define MAX_CONTACTS 20
-
-// I can't think of a way around this - mental block
+#define MAX_CONTACTS 20
INT_PTR TranslateMenuFunc(MCONTACT hContact, int i);
|