rnd-19990126-2
[rocksndiamonds.git] / src / editor.h
index a25e6ea6b5163347b6f8aad34d14abcf9cbdfae0..c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf 100644 (file)
@@ -27,9 +27,7 @@ extern int elements_in_list;
 void CreateLevelEditorGadgets();
 void UnmapLevelEditorGadgets();
 void DrawLevelEd(void);
-void LevelEd(int, int, int);
 void HandleLevelEditorKeyInput(KeySym);
-void LevelNameTyping(KeySym);
 void HandleEditorGadgetInfoText(void *ptr);
 
 #endif