From 2e3159a15fe85264525768ad265f16c7df90856a Mon Sep 17 00:00:00 2001 From: Kp Date: Sat, 8 Jun 2013 01:47:50 +0000 Subject: [PATCH] Mark gr 2dsline functions static --- common/2d/2dsline.c | 6 ++---- common/include/grdef.h | 4 ---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/common/2d/2dsline.c b/common/2d/2dsline.c index 0972719b9..bf4fb03f4 100644 --- a/common/2d/2dsline.c +++ b/common/2d/2dsline.c @@ -18,12 +18,10 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #include -#include "u_mem.h" #include "gr.h" #include "grdef.h" -#include "dxxerror.h" -void gr_linear_darken(ubyte * dest, int darkening_level, int count, ubyte * fade_table) { +static void gr_linear_darken(ubyte * dest, int darkening_level, int count, ubyte * fade_table) { register int i; for (i=0;i