X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.h;h=c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf;hp=a25e6ea6b5163347b6f8aad34d14abcf9cbdfae0;hb=20c6b8920ccb37a41b9f7467135ecd6550816f59;hpb=e985382cdedf6fbfb89d64e429c0da56754b9e7c diff --git a/src/editor.h b/src/editor.h index a25e6ea6..c77fef7e 100644 --- a/src/editor.h +++ b/src/editor.h @@ -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