summaryrefslogtreecommitdiff
path: root/mktrayicon.c
diff options
context:
space:
mode:
Diffstat (limited to 'mktrayicon.c')
-rw-r--r--mktrayicon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mktrayicon.c b/mktrayicon.c
index 65506af..6f063a0 100644
--- a/mktrayicon.c
+++ b/mktrayicon.c
@@ -296,7 +296,6 @@ int main(int argc, char **argv)
char *start_icon = "none";
char *tooltip = NULL;
char *pipe = NULL;
- FILE *fifo;
GThread *reader;
XInitThreads(); /* see http://stackoverflow.com/a/18690540/472927 */
bgstack15