]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxputty.c
Now that we have `appname', make much wider use of it. In
[PuTTY.git] / unix / uxputty.c
index 53ee0d83bfc115dcb7de0bb387fd9824a8fd7a86..67364e501fcbe1ca390d42c95f2ab7361cfc86d3 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;