summaryrefslogtreecommitdiff
path: root/mail/mmr/files/patch-terminal.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mail/mmr/files/patch-terminal.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/mmr/files/patch-terminal.cpp b/mail/mmr/files/patch-terminal.cpp
deleted file mode 100644
index 6dfed8fe0e6d..000000000000
--- a/mail/mmr/files/patch-terminal.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- terminal.cpp.orig Fri Oct 25 13:51:29 2002
-+++ terminal.cpp Fri Oct 25 13:51:50 2002
-@@ -11,7 +11,7 @@
- int Terminal::wasraw = 0;
- int Terminal::maxwait = 0;
-
--Terminal:: Terminal(int makeraw = 1)
-+Terminal:: Terminal(int makeraw)
- {
- /* Initialize curses, if necessary */
- if ( refcount == 0 ) {
-@@ -133,7 +133,7 @@
-
- /* Input routines */
- int
--Terminal:: waitchar(WINDOW *the_win = NULL)
-+Terminal:: waitchar(WINDOW *the_win)
- {
- int ch, t;
-