summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 87a7cda..bf9d3f5 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -1434,7 +1434,6 @@ static gboolean trg_status_icon_popup_menu_cb(GtkStatusIcon * icon,
static gboolean status_icon_button_press_event(GtkStatusIcon * icon,
GdkEventButton * event, gpointer data) {
- TrgMainWindowPrivate *priv = TRG_MAIN_WINDOW_GET_PRIVATE(data);
if (event->type == GDK_BUTTON_PRESS && event->button == 3) {
trg_status_icon_view_menu(icon, event, data);
return TRUE;