mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2024-11-22 10:39:16 +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")));
|
||||
MCPTitleListType current_launched_title_info __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();
|
||||
|
||||
@ -75,7 +69,6 @@ ON_APPLICATION_START() {
|
||||
DEBUG_FUNCTION_LINE("gHomebrewLaunched to FALSE");
|
||||
gHomebrewLaunched = FALSE;
|
||||
}
|
||||
doReboot = false;
|
||||
}
|
||||
|
||||
ON_APPLICATION_ENDS() {
|
||||
|
Loading…
Reference in New Issue
Block a user