fix warning: unused variable 'foo'
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user