X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fsurface_heretic2%2Fsurfacedialog.cpp;h=fd06da6dc522ea72f7cfbe7cb35ce5f68e0350b2;hb=ca8d032cfb30858972aa9101b8820afd90cfbf82;hp=829ad8d99e0644f5c199bcaf813900f8ee1a784a;hpb=cd725d680aae59c22191bfc3422da00c290e8716;p=xonotic%2Fnetradiant.git diff --git a/plugins/surface_heretic2/surfacedialog.cpp b/plugins/surface_heretic2/surfacedialog.cpp index 829ad8d9..fd06da6d 100644 --- a/plugins/surface_heretic2/surfacedialog.cpp +++ b/plugins/surface_heretic2/surfacedialog.cpp @@ -219,7 +219,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() ) { @@ -328,7 +327,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; @@ -390,7 +388,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 ) {