--- hatari/src/includes/sdlgui.h 2019/04/01 07:11:27 1.1.1.3 +++ hatari/src/includes/sdlgui.h 2019/04/01 07:11:49 1.1.1.4 @@ -45,7 +45,7 @@ typedef struct { int type; /* What type of object */ int flags; /* Object flags */ - int state; /* Object state */ + int state; /* Object state */ int x, y; /* The offset to the upper left corner */ int w, h; /* Width and height */ char *txt; /* Text string */ @@ -57,20 +57,6 @@ extern int SDLGui_UnInit(void); extern int SDLGui_PrepareFont(void); extern int SDLGui_DoDialog(SGOBJ *dlg); extern void SDLGui_CenterDlg(SGOBJ *dlg); - -/* prototypes for gui-sdl/dlg*.c functions */ -extern int Dialog_MainDlg(BOOL *bReset); extern int SDLGui_FileSelect(char *path_and_name, char *zip_path, BOOL bAllowNew); -extern void Dialog_AboutDlg(void); -extern void Dialog_DeviceDlg(void); -extern void Dialog_DiscDlg(void); -extern void Dialog_JoyDlg(void); -extern void Dialog_KeyboardDlg(void); -extern void Dialog_MemDlg(void); -extern void DlgNewDisc_Main(void); -extern void Dialog_ScreenDlg(void); -extern void Dialog_SoundDlg(void); -extern void Dialog_SystemDlg(void); -extern void Dialog_TosGemDlg(void); #endif