Comment out unused variable. This one looks like we could potentially need it again someday, so I'll not delete it.

This commit is contained in:
jdolan 2013-07-07 09:39:35 -04:00
parent 8184ba89d4
commit abfecbecfa
1 changed files with 1 additions and 1 deletions

View File

@ -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<brush_t*>( g_ptrSelectedFaceBrushes.GetAt( 0 ) );
//brush_t *b = reinterpret_cast<brush_t*>( g_ptrSelectedFaceBrushes.GetAt( 0 ) );
face_t *selFace = reinterpret_cast<face_t*>( g_ptrSelectedFaces.GetAt( 0 ) );
// get the ST axis base for the face
vec3_t texS,texT;