summaryrefslogtreecommitdiff
path: root/graphics/libx3dtk/files/patch-examples-infoReader-Date.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libx3dtk/files/patch-examples-infoReader-Date.cpp')
-rw-r--r--graphics/libx3dtk/files/patch-examples-infoReader-Date.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/libx3dtk/files/patch-examples-infoReader-Date.cpp b/graphics/libx3dtk/files/patch-examples-infoReader-Date.cpp
deleted file mode 100644
index f4347029269c..000000000000
--- a/graphics/libx3dtk/files/patch-examples-infoReader-Date.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-*** examples/infoReader/Date.cpp.orig Thu Sep 28 13:23:25 2006
---- examples/infoReader/Date.cpp Thu Sep 28 13:23:36 2006
-***************
-*** 39,45 ****
- return "\"" + m + "/" + d + "/" + y + "\"";
- }
-
-! std::ostream& X3DTK::operator<<(std::ostream& o, const Date &date)
- {
- return o << date.month << "/" << date.day << "/" << date.year;
- }
---- 39,45 ----
- return "\"" + m + "/" + d + "/" + y + "\"";
- }
-
-! std::ostream& operator<<(std::ostream& o, const Date &date)
- {
- return o << date.month << "/" << date.day << "/" << date.year;
- }