mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2024-11-25 11:56:53 +01:00
Remove unused variables
This commit is contained in:
parent
b845992d44
commit
f5ab00a4d9
@ -37,12 +37,6 @@ WUPS_PLUGIN_LICENSE("GPL");
|
|||||||
ACPMetaXml gLaunchXML __attribute__((section(".data")));
|
ACPMetaXml gLaunchXML __attribute__((section(".data")));
|
||||||
MCPTitleListType current_launched_title_info __attribute__((section(".data")));
|
MCPTitleListType current_launched_title_info __attribute__((section(".data")));
|
||||||
BOOL gHomebrewLaunched __attribute__((section(".data")));
|
BOOL gHomebrewLaunched __attribute__((section(".data")));
|
||||||
bool doReboot = false;
|
|
||||||
|
|
||||||
bool lastResult = false;
|
|
||||||
uint32_t sd_check_cooldown = 0;
|
|
||||||
|
|
||||||
extern FSClient *__wut_devoptab_fs_client;
|
|
||||||
|
|
||||||
void readCustomTitlesFromSD();
|
void readCustomTitlesFromSD();
|
||||||
|
|
||||||
@ -75,7 +69,6 @@ ON_APPLICATION_START() {
|
|||||||
DEBUG_FUNCTION_LINE("gHomebrewLaunched to FALSE");
|
DEBUG_FUNCTION_LINE("gHomebrewLaunched to FALSE");
|
||||||
gHomebrewLaunched = FALSE;
|
gHomebrewLaunched = FALSE;
|
||||||
}
|
}
|
||||||
doReboot = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ON_APPLICATION_ENDS() {
|
ON_APPLICATION_ENDS() {
|
||||||
|
Loading…
Reference in New Issue
Block a user