Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Jul 21, 2023
1 parent 121c547 commit e044c99
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions extras/menus/xMenu/src/submenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,10 @@
#include <unistd.h>
#include "menu.h"

#include "../../arkMenu/include/conf.h"

extern SEConfig* se_config;
extern ARKConfig* ark_config;

extern string ark_version;

/*
static char* OPTIONS[] = {
(char*)"Disabled",
(char*)"Always",
(char*)"PS1",
(char*)"Launcher",
};
struct submenu_elements {
char** options;
const char* restart;
const char* exit;
};
*/

static string save_status;
static int status_frame_count = 0; // a few seconds

Expand Down

0 comments on commit e044c99

Please sign in to comment.