summaryrefslogtreecommitdiff
path: root/games/wesnoth/files/patch-src::widgets::textbox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/files/patch-src::widgets::textbox.hpp')
-rw-r--r--games/wesnoth/files/patch-src::widgets::textbox.hpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/wesnoth/files/patch-src::widgets::textbox.hpp b/games/wesnoth/files/patch-src::widgets::textbox.hpp
deleted file mode 100644
index 6abbf1e960b2..000000000000
--- a/games/wesnoth/files/patch-src::widgets::textbox.hpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/widgets/textbox.hpp.orig Mon May 3 18:35:49 2004
-+++ src/widgets/textbox.hpp Wed May 12 00:51:03 2004
-@@ -22,6 +22,14 @@
-
- #include "SDL.h"
-
-+#if (__FreeBSD_version < 500029)
-+#include <cwchar>
-+namespace std
-+{
-+ typedef basic_string <wchar_t> wstring;
-+}
-+#endif
-+
- namespace gui {
-
- class textbox : public widget