summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.c b/init.c
index 9c1cfd32..9a1fa6ed 100644
--- a/init.c
+++ b/init.c
@@ -1786,11 +1786,6 @@ void mutt_init (int skip_sys_rc, LIST *commands)
}
Tempdir = safe_strdup ((p = getenv ("TMPDIR")) ? p : "/tmp");
-
-#ifdef USE_POP
- PopUser = safe_strdup (Username);
-#endif
-
Editor = safe_strdup ((p = getenv ("EDITOR")) ? p : "vi");
Visual = safe_strdup ((p = getenv ("VISUAL")) ? p : Editor);