summaryrefslogtreecommitdiff
path: root/games/rtb/files/patch-include__Vector2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/rtb/files/patch-include__Vector2D.h')
-rw-r--r--games/rtb/files/patch-include__Vector2D.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/rtb/files/patch-include__Vector2D.h b/games/rtb/files/patch-include__Vector2D.h
deleted file mode 100644
index 931499d39b07..000000000000
--- a/games/rtb/files/patch-include__Vector2D.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/Vector2D.h.orig Wed Mar 30 02:37:13 2005
-+++ include/Vector2D.h Thu Jun 14 13:19:11 2007
-@@ -24,6 +24,9 @@
-
- using namespace std;
-
-+class Vector2D;
-+Vector2D angle2vec(const double);
-+
- class Vector2D
- {
- public: