mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-24 18:31:36 +00:00
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:
parent
8184ba89d4
commit
abfecbecfa
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ static void OnTest( GtkWidget *widget, gpointer data ){
|
||||||
Sys_FPrintf( SYS_WRN, "Expected single face selection\n" );
|
Sys_FPrintf( SYS_WRN, "Expected single face selection\n" );
|
||||||
return;
|
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 ) );
|
face_t *selFace = reinterpret_cast<face_t*>( g_ptrSelectedFaces.GetAt( 0 ) );
|
||||||
// get the ST axis base for the face
|
// get the ST axis base for the face
|
||||||
vec3_t texS,texT;
|
vec3_t texS,texT;
|
||||||
|
|
Loading…
Reference in a new issue