Filled out the spacebar menu a little and removed dummy

function which isn't used anywhere:
This commit is contained in:
2002-10-30 00:05:50 +00:00
parent d063311b08
commit 8eefe2a9e5
2 changed files with 29 additions and 18 deletions

View File

@@ -60,6 +60,7 @@ enum {
TBOX_MAIN_KEY,
TBOX_MAIN_RENDER,
TBOX_MAIN_VIEW,
TBOX_MAIN_SEQ,
TBOX_MAIN_PYTOOL = 13
};
@@ -75,6 +76,7 @@ enum {
TBOX_MAIN_KEY,
TBOX_MAIN_RENDER,
TBOX_MAIN_VIEW,
TBOX_MAIN_SEQ,
TBOX_MAIN_PYTOOL = 13
};
#endif
@@ -85,7 +87,6 @@ enum {
void ColorFunc (int i);
void mygetcursor (short int *index);
void tbox_setinfo (int x, int y);
void dummy (void);
void bgnpupdraw (int startx, int starty, int endx, int endy);
void endpupdraw (void);
void asciitoraw (int ch, short unsigned int *event, short unsigned int *qual);
@@ -120,3 +121,4 @@ void replace_names_but (void);
void BIF_screendump(void);
void write_screendump(char *name);