]> git.tuebingen.mpg.de Git - adu.git/blobdiff - interactive.c
Use only one copy of struct select_conf.
[adu.git] / interactive.c
index 8b27c0c79837c733b9f2c056e27ed7d5e5c7097a..376ab48b627f499c29cd896b318feb2fad38a1ee 100644 (file)
@@ -4,8 +4,6 @@
 #include "cmdline.h"
 #include "select.cmdline.h"
 
-struct select_args_info select_conf;
-
 struct interactive_command {
        const char *name;
        int (*handler)(char *);