]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/surface_heretic2/surfacedialog.cpp
error check and bail if permission denied during gamepack install
[xonotic/netradiant.git] / plugins / surface_heretic2 / surfacedialog.cpp
index 829ad8d99e0644f5c199bcaf813900f8ee1a784a..fd06da6dc522ea72f7cfbe7cb35ce5f68e0350b2 100644 (file)
@@ -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 ) {