mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-07 14:21:48 +00:00
Remove useless prototype
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -144,12 +144,6 @@ bool lsi_config_load(LsiConfig *config)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool lsi_config_store(__lsi_unused__ LsiConfig *config)
|
||||
{
|
||||
fputs("lsi_config_store(): Not yet implemented\n", stderr);
|
||||
return false;
|
||||
}
|
||||
|
||||
void lsi_config_load_defaults(LsiConfig *config)
|
||||
{
|
||||
assert(config != NULL);
|
||||
|
||||
@@ -39,13 +39,6 @@ typedef struct LsiConfig {
|
||||
*/
|
||||
bool lsi_config_load(LsiConfig *config);
|
||||
|
||||
/**
|
||||
* Attempt to write the LsiConfiguration to storage
|
||||
*
|
||||
* @returns true if the write succeeded, otherwise false.
|
||||
*/
|
||||
bool lsi_config_store(LsiConfig *config);
|
||||
|
||||
/**
|
||||
* Set the defaults for the LsiConfiguration
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user