]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/surface_ufoai/surfacedialog.cpp
fix warning: unused variable 'foo'
[xonotic/netradiant.git] / plugins / surface_ufoai / surfacedialog.cpp
index c6b9f0c82090983e13788409aa68ecd5f6b1a27e..5e0eebc28baca3066875de4197e4fdcb0b39054e 100644 (file)
@@ -220,7 +220,6 @@ static void on_cancel_button_clicked( GtkButton *button, gpointer user_data );
 void IsFaceConflicting(){
        texdef_t* tmp_texdef;
        texdef_to_face_t* temp_texdef_face_list;
-       char buf[12];
        char texture_name[128];
 
        if ( texdef_face_list_empty() ) {
@@ -329,7 +328,6 @@ static void PopulateTextureComboList(){
        texdef_to_face_t* temp_texdef_face_list;
        char blank[1];
        GList *items = NULL;
-       GList *tmp_item;
        int num_of_list_items = 0;
 
        blank[0] = 0;
@@ -391,7 +389,6 @@ static void GetTexdefInfo_from_Radiant(){
        g_texdef_face_vector.resize( count );
 
        if ( !texdef_face_list_empty() ) {
-               texdef_to_face_t* p = get_texdef_face_list();
                GetSelFacesTexdef( get_texdef_face_list() );
        }
 
@@ -1861,7 +1858,6 @@ static void on_fit_button_clicked( GtkButton *button, gpointer user_data ){
 // Axial Button
 static void on_axial_button_clicked( GtkButton *button, gpointer user_data ){
        texdef_t* tmp_texdef;
-       texdef_t* tmp_orig_texdef;
        texdef_to_face_t* temp_texdef_face_list;
 
        if ( !texdef_face_list_empty() && g_bListenChanged ) {