refactor (reduction)
[carveJwlIkooP6JGAAIwe30JlM.git] / menu.h
diff --git a/menu.h b/menu.h
index fa2d5812dd5a31c4892b76a9015f7733105d1eff..243bebfd70fb742ce7084aca2be32733a4892880 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -574,12 +574,12 @@ static void menu_update(void){
    }
 }
 
-VG_STATIC void menu_binding_string( char buf[128], u32 pstr );
+static void menu_binding_string( char buf[128], u32 pstr );
 
 /*
  * Run from vg_gui when active
  */
-VG_STATIC void menu_render(void){
+static void menu_render(void){
    glEnable(GL_BLEND);
    glDisable(GL_DEPTH_TEST);
    glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA );
@@ -779,7 +779,7 @@ VG_STATIC void menu_render(void){
    }
 }
 
-VG_STATIC void menu_binding_string( char buf[128], u32 pstr ){
+static void menu_binding_string( char buf[128], u32 pstr ){
    vg_strncpy( "error", buf, 128, k_strncpy_allow_cutoff );
 
    if( MDL_CONST_PSTREQ( &menu.model, pstr, "bind_jump" ) ){