aboutsummaryrefslogtreecommitdiffstats
path: root/misc/telbook/files/patch-telbook
diff options
context:
space:
mode:
Diffstat (limited to 'misc/telbook/files/patch-telbook')
-rw-r--r--misc/telbook/files/patch-telbook17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/telbook/files/patch-telbook b/misc/telbook/files/patch-telbook
deleted file mode 100644
index 1315628a9421..000000000000
--- a/misc/telbook/files/patch-telbook
+++ /dev/null
@@ -1,17 +0,0 @@
---- telbook.orig Mon May 19 16:22:20 2003
-+++ telbook Mon May 19 16:22:45 2003
-@@ -28,11 +28,9 @@
-
- package ui;
-
--use constant {
-- ROW_NAME => 0,
-- ROW_HOME => 1,
-- ROW_MOBILE => 2
--};
-+use constant ROW_NAME => 0;
-+use constant ROW_HOME => 1;
-+use constant ROW_MOBILE => 2;
-
- sub new {
- my ($class) = @_;