From 9ecd02bfc74eaa7cad1aa864518f241b3ccc6c60 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 3 Jun 2003 21:26:28 +0000 Subject: Remove after repo-copy to new location. --- x11-wm/bbapm/files/patch-Image.hh | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 x11-wm/bbapm/files/patch-Image.hh (limited to 'x11-wm/bbapm/files/patch-Image.hh') diff --git a/x11-wm/bbapm/files/patch-Image.hh b/x11-wm/bbapm/files/patch-Image.hh deleted file mode 100644 index dec4084d89d4..000000000000 --- a/x11-wm/bbapm/files/patch-Image.hh +++ /dev/null @@ -1,24 +0,0 @@ ---- Image.hh.orig Sun Aug 15 07:43:55 1999 -+++ Image.hh Sat Aug 4 20:52:40 2001 -@@ -35,11 +35,21 @@ - class BImage; - class BImageControl; - -+#if 0 - typedef struct BColor { - int allocated; - unsigned char red, green, blue; - unsigned long pixel; - }; -+#else -+class BColor { -+public: -+ int allocated; -+ unsigned char red, green, blue; -+ unsigned long pixel; -+ BColor::BColor() { allocated = False; } -+}; -+#endif - - typedef struct BTexture { - BColor color, colorTo, hiColor, loColor; -- cgit v1.2.3