From: molivier Date: Wed, 11 Feb 2004 07:22:09 +0000 (+0000) Subject: Commented out some unused static functions in "ui.c" to get rid of GCC warnings X-Git-Tag: xonotic-v0.1.0preview~6097 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6000477c452a2eb337cf5f38aa5893dd7727476a;p=xonotic%2Fdarkplaces.git Commented out some unused static functions in "ui.c" to get rid of GCC warnings git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3891 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/ui.c b/ui.c index a8b3b9ea..9915af56 100644 --- 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;