summaryrefslogtreecommitdiff
path: root/graphics/rayshade/patches/patch-ag
blob: 3c794209528ca83c718ee0babe18c05e89f4601a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1 2008/09/01 06:57:58 dholland Exp $

--- libray/liblight/extended.h~	1992-02-09 22:03:11.000000000 -0500
+++ libray/liblight/extended.h	2008-09-01 02:09:05.000000000 -0400
@@ -33,7 +33,7 @@ typedef struct {
 
 extern Extended *ExtendedCreate();
 extern LightMethods *ExtendedMethods();
-extern int ExtendedIntens();
+/*extern int ExtendedIntens();*/
 extern void ExtendedDirection();
 
 #endif /* EXTENDED_H */