Skip to content

Commit

Permalink
Remove unused leftover functions
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP authored and skylersaleh committed Sep 5, 2024
1 parent c37a444 commit 8fe7535
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/retro_achievements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ extern "C" {
const char* se_get_pref_path();
void se_push_disabled();
void se_pop_disabled();
void se_text(const char* fmt, ...);
void se_boxed_image_triple_label(const char* first_label, const char* second_label, const char* third_label, uint32_t third_label_color, const char* box, atlas_tile_t* atlas, bool glow);

bool se_button(const char* label, ImVec2 size);
bool se_checkbox(const char* label, bool* v);
void se_section(const char* label,...);
const char* se_localize_and_cache(const char* input_str);
ImFont* se_get_mono_font();
Expand Down

0 comments on commit 8fe7535

Please sign in to comment.