summaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::Statement.h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /graphics/fractorama/files/patch-src::lib::fractal::Statement.h
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::Statement.h')
-rw-r--r--graphics/fractorama/files/patch-src::lib::fractal::Statement.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h
deleted file mode 100644
index 8b44ef3d04f8..000000000000
--- a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- lib/fractal/Statement.h.orig Fri Oct 24 22:34:04 2003
-+++ lib/fractal/Statement.h Tue Mar 2 23:12:00 2004
-@@ -1,10 +1,12 @@
- #ifndef _STATEMENT_H_
- # define _STATEMENT_H_
-
--class InfiniteLoopCallback;
--class ostream;
--
- #include "tf.h"
-+
-+#include <iostream>
-+using namespace std;
-+
-+class InfiniteLoopCallback;
-
- struct LoopControl
- {