summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-au
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /multimedia/vic/files/patch-au
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'multimedia/vic/files/patch-au')
-rw-r--r--multimedia/vic/files/patch-au11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/vic/files/patch-au b/multimedia/vic/files/patch-au
deleted file mode 100644
index 7236620e179d..000000000000
--- a/multimedia/vic/files/patch-au
+++ /dev/null
@@ -1,11 +0,0 @@
---- color-gray.cc.orig Sun Nov 28 19:21:35 1999
-+++ color-gray.cc Sun Nov 28 19:21:47 1999
-@@ -82,7 +82,7 @@
- }
- protected:
- virtual void update();
-- virtual void disable() { method_ = PseudoWindowRenderer::dither_null; }
-+ virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; }
- GrayMethod method_;
- };
-