Remove useless prototype

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2016-05-27 02:05:45 +01:00
parent fc912770c1
commit 080cd750df
2 changed files with 0 additions and 13 deletions
-6
View File
@@ -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);
-7
View File
@@ -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
*/