forked from Miroirs/x49gp
prettify code
This commit is contained in:
parent
d300afe3c7
commit
e1f34098c4
1 changed files with 30 additions and 33 deletions
5
src/ui.c
5
src/ui.c
|
@ -3451,10 +3451,7 @@ static int gui_load( x49gp_module_t* module, GKeyFile* keyfile )
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int gui_save( x49gp_module_t* module, GKeyFile* keyfile )
|
static int gui_save( x49gp_module_t* module, GKeyFile* keyfile ) { return 0; }
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
int x49gp_ui_init( x49gp_t* x49gp )
|
int x49gp_ui_init( x49gp_t* x49gp )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue