From abfecbecfa0b3706a7d8cdd27b799f76ccf24d11 Mon Sep 17 00:00:00 2001 From: jdolan Date: Sun, 7 Jul 2013 09:39:35 -0400 Subject: [PATCH] Comment out unused variable. This one looks like we could potentially need it again someday, so I'll not delete it. --- radiant/surfacedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/surfacedialog.cpp b/radiant/surfacedialog.cpp index 0b6a467..38bb106 100644 --- a/radiant/surfacedialog.cpp +++ b/radiant/surfacedialog.cpp @@ -67,7 +67,7 @@ static void OnTest( GtkWidget *widget, gpointer data ){ Sys_FPrintf( SYS_WRN, "Expected single face selection\n" ); return; } - brush_t *b = reinterpret_cast( g_ptrSelectedFaceBrushes.GetAt( 0 ) ); + //brush_t *b = reinterpret_cast( g_ptrSelectedFaceBrushes.GetAt( 0 ) ); face_t *selFace = reinterpret_cast( g_ptrSelectedFaces.GetAt( 0 ) ); // get the ST axis base for the face vec3_t texS,texT;