Fix accidental switch/teleporter behavior changes
[neverball] / share / solid_cmd.h
index 1601d29..ea82eb1 100644 (file)
@@ -3,10 +3,7 @@
 
 #include "cmd.h"
 
-extern int sol_cmd_defer;
-
 void sol_cmd_enq(const union cmd *);
-void sol_cmd_enq_deferred(void);
 void sol_cmd_enq_func(void (*enq_fn) (const union cmd *));
 
 #endif