mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
10 lines
227 B
C
10 lines
227 B
C
--- libray/libsurf/fog.c.orig 1992-02-10 03:03:33 UTC
|
|
+++ libray/libsurf/fog.c
|
|
@@ -28,7 +28,6 @@ FogCreate(color, trans)
|
|
Color *color, *trans;
|
|
{
|
|
Fog *fog;
|
|
- static void ComputeFog();
|
|
|
|
fog = (Fog *)Malloc(sizeof(Fog));
|
|
|