]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/smux.h
Code cleanup.
[stg.git] / projects / stargazer / plugins / other / smux / smux.h
index ef7b191c1843589e38a6acee7ce2398695b6febd..a33f3b27877b6e0540cf4108950c0d3d7bdffb0c 100644 (file)
@@ -21,8 +21,6 @@
 #include "tables.h"
 #include "types.h"
 
-extern "C" PLUGIN * GetPlugin();
-
 class USER;
 class SETTINGS;
 class SMUX;
@@ -216,6 +214,4 @@ smux.UnsetNotifier(userPtr);
 smux.UpdateTables();
 }
 
-extern "C" PLUGIN * GetPlugin();
-
 #endif