]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Commented out some unused static functions in "ui.c" to get rid of GCC warnings
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 11 Feb 2004 07:22:09 +0000 (07:22 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 11 Feb 2004 07:22:09 +0000 (07:22 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3891 d7cf8633-e32d-0410-b094-e92efae38249

ui.c

diff --git a/ui.c b/ui.c
index a8b3b9ea78169a872dac405af3f5edcde78baf2a..9915af5642613c5ce4ae82a44e115f5100f67551 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -3,6 +3,7 @@
 
 // here is the real ui drawing engine 
 
+/*
 #define FRAME_THICKNESS        2
 #define FRAME_COLOR1   0.2, 0.2, 0.5, 0, 0
 #define FRAME_COLOR2   0, 0, 0, 0.6, 0
@@ -39,6 +40,7 @@ static void UIG_DrawCursor(float x, float y, float r, float g, float b, float a,
 {
        DrawQ_Fill(x,y,1, TEXT_FONTSIZE_Y, r, g, b, a, f);
 }
+*/
 
 static mempool_t *ui_mem;