Browse Source

remove notify until link error/warnings are fixed

cxgeorge 24 years ago
parent
commit
57943ffd25

+ 3 - 1
pandatool/src/eggcharbase/config_eggcharbase.cxx

@@ -25,8 +25,10 @@
 
 
 #include <dconfig.h>
 #include <dconfig.h>
 
 
+
 Configure(config_eggcharbase);
 Configure(config_eggcharbase);
-NotifyCategoryDef(eggcharbase, "");
+
+// NotifyCategoryDef(eggcharbase, "");
 
 
 ConfigureFn(config_eggcharbase) {
 ConfigureFn(config_eggcharbase) {
   init_libeggcharbase();
   init_libeggcharbase();

+ 3 - 2
pandatool/src/eggcharbase/config_eggcharbase.h

@@ -20,9 +20,10 @@
 #define CONFIG_EGGCHARBASE_H
 #define CONFIG_EGGCHARBASE_H
 
 
 #include <pandabase.h>
 #include <pandabase.h>
-#include <notifyCategoryProxy.h>
 
 
-NotifyCategoryDecl(eggcharbase, EXPCL_MISC, EXPTP_MISC);
+// Commented out to resolve link problem
+// #include <notifyCategoryProxy.h>
+// NotifyCategoryDecl(eggcharbase, EXPCL_MISC, EXPTP_MISC);
 
 
 extern void init_libeggcharbase();
 extern void init_libeggcharbase();