summaryrefslogtreecommitdiff
path: root/src/store.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-26 07:25:00 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-26 07:28:53 +0200
commitec23e119e24a32f4607dfdc0f43e8726febc4043 (patch)
tree34a13ebe1eb56cdc69a08df7a7b9ce879fd6e3e0 /src/store.cc
parent27b26f3940a589d8df800254b66de87f75b28758 (diff)
Remove pointless Term_user
Diffstat (limited to 'src/store.cc')
-rw-r--r--src/store.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/store.cc b/src/store.cc
index b65ffdfe..1e61c413 100644
--- a/src/store.cc
+++ b/src/store.cc
@@ -3027,13 +3027,6 @@ static bool_ store_process_command(void)
/*** System Commands ***/
- /* Hack -- User interface */
- case '!':
- {
- (void)Term_user(0);
- break;
- }
-
/* Single line from a pref file */
case '"':
{