Browse Source

remove incorrect prototype

David Rose 20 years ago
parent
commit
1fca3f16ab
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/express/config_express.cxx

+ 0 - 2
panda/src/express/config_express.cxx

@@ -38,8 +38,6 @@ ConfigureDef(config_express);
 NotifyCategoryDef(express, "");
 NotifyCategoryDef(express, "");
 NotifyCategoryDef(thread, "");
 NotifyCategoryDef(thread, "");
 
 
-extern void init_system_type_handles();
-
 ConfigureFn(config_express) {
 ConfigureFn(config_express) {
   init_libexpress();
   init_libexpress();
 }
 }