summaryrefslogtreecommitdiff
path: root/graphics/rayshade/files/patch-fog.c
blob: cdcd084a8b5d3683fae8ddc073252d64c3377d2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libray/libsurf/fog.c.orig	Mon Feb 10 04:03:33 1992
+++ libray/libsurf/fog.c	Wed Feb  7 18:36:49 2007
@@ -28,7 +28,6 @@
 Color *color, *trans;
 {
 	Fog *fog;
-	static void ComputeFog();
 
 	fog = (Fog *)Malloc(sizeof(Fog));