Now that we have `appname', make much wider use of it. In
[u/mdw/putty] / unix / uxputty.c
index 53ee0d8..67364e5 100644 (file)
@@ -67,8 +67,6 @@ void cleanup_exit(int code)
     exit(code);
 }
 
-const char *const appname = "PuTTY";
-
 Backend *select_backend(Config *cfg)
 {
     int i;