diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2019-10-24 18:32:24 -0400 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2019-10-24 18:32:24 -0400 |
commit | 43d22022e93e0d849518d1e3c38d4347b65034bd (patch) | |
tree | fe9767b1fe53d71d3a3456abd00e44ad38da99bd | |
parent | Mention quoted strings in README (diff) | |
download | mktrayicon-43d22022e93e0d849518d1e3c38d4347b65034bd.tar.gz mktrayicon-43d22022e93e0d849518d1e3c38d4347b65034bd.tar.bz2 mktrayicon-43d22022e93e0d849518d1e3c38d4347b65034bd.zip |
No more debug by default
-rw-r--r-- | mktrayicon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mktrayicon.c b/mktrayicon.c index becf60d..65506af 100644 --- a/mktrayicon.c +++ b/mktrayicon.c @@ -13,8 +13,6 @@ #include <unistd.h> #include <ctype.h> -#define DEBUG 1 - GtkStatusIcon *icon; char *onclick = NULL; |