diff options
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);
|