Remove obsolete definition from config.h
authorMyhailo Danylenko <isbear@ukrpost.net>
Tue, 03 May 2011 14:08:30 +0300
changeset 26 7845d23ad8fc
parent 25 8020f3f6ad4f
child 27 ca9fee8bdc32
Remove obsolete definition from config.h
config.h.in
--- a/config.h.in	Tue May 03 14:07:32 2011 +0300
+++ b/config.h.in	Tue May 03 14:08:30 2011 +0300
@@ -2,12 +2,6 @@
 #ifndef LOCAL_CONFIG_H
 #define LOCAL_CONFIG_H
 
-#include <mcabber/config.h>
-
-#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
-#  define HAVE_CMD_ID
-#endif
-
 #define PROJECT_VERSION ( "${PROJECT_VERSION}" )
 
 #endif