diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-21 14:36:16 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-21 14:36:16 +0200 |
commit | c1f332f0a235662b18cc063776e295a6297b9d78 (patch) | |
tree | 2cb3c52b751ea6dcd2c48097d1fe70474d3467a7 /src/fe-gtk/plugin-tray.c | |
parent | e7f723539d39f20092aabfb5b51826807e016fe3 (diff) |
More unused variables
Diffstat (limited to 'src/fe-gtk/plugin-tray.c')
-rw-r--r-- | src/fe-gtk/plugin-tray.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-gtk/plugin-tray.c b/src/fe-gtk/plugin-tray.c index 2d8b79c0..4b649d47 100644 --- a/src/fe-gtk/plugin-tray.c +++ b/src/fe-gtk/plugin-tray.c @@ -135,9 +135,11 @@ void fe_tray_set_balloon (const char *title, const char *text) { #ifndef WIN32 +#if 0 const char *argv[8]; const char *path; char time[16]; +#endif WinStatus ws; /* no balloons if the window is focused */ |