save
[protos/libecoli.git] / lib / ecoli_tk_space.h
index 6327c8a..08aa48f 100644 (file)
 
 #include <ecoli_tk.h>
 
-struct ec_tk_space {
-       struct ec_tk gen;
-};
-
 struct ec_tk *ec_tk_space_new(const char *id);
 
 #endif