aboutsummaryrefslogtreecommitdiff
path: root/frontend/driver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/driver.cc')
-rw-r--r--frontend/driver.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/driver.cc b/frontend/driver.cc
index 1c20d09..a266937 100644
--- a/frontend/driver.cc
+++ b/frontend/driver.cc
@@ -50,10 +50,6 @@ namespace elna::frontend
{
case 'n':
return '\n';
- case 'a':
- return '\a';
- case 'b':
- return '\b';
case 't':
return '\t';
case 'f':
@@ -68,8 +64,6 @@ namespace elna::frontend
return '\'';
case '"':
return '"';
- case '?':
- return '\?';
case '0':
return '\0';
default: