1
0
Fork 0
forked from Miroirs/x49gp

prettify code

This commit is contained in:
Gwenhael Le Moine 2024-10-24 15:40:57 +02:00
parent d300afe3c7
commit e1f34098c4
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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 )
{ {