diff options
Diffstat (limited to 'src')
-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 */ |