[Xfce4-commits] [xfce/xfce4-panel] 02/02: Remove unused variables
noreply at xfce.org
noreply at xfce.org
Sun Nov 25 01:08:56 CET 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit d8c966ae22c803682b879f2088cf5a7464be584d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Nov 25 01:08:16 2018 +0100
Remove unused variables
---
migrate/main.c | 4 ----
panel/panel-tic-tac-toe.c | 1 -
plugins/systray/systray-box.c | 1 -
3 files changed, 6 deletions(-)
diff --git a/migrate/main.c b/migrate/main.c
index 72d1e7a..3a9f655 100644
--- a/migrate/main.c
+++ b/migrate/main.c
@@ -50,11 +50,7 @@ gint
main (gint argc, gchar **argv)
{
GError *error = NULL;
- GtkWidget *dialog;
- GtkWidget *button;
- gint result;
gint retval = EXIT_SUCCESS;
- gint default_response = GTK_RESPONSE_CANCEL;
XfconfChannel *channel;
gint configver;
gchar *filename_46;
diff --git a/panel/panel-tic-tac-toe.c b/panel/panel-tic-tac-toe.c
index 895f5c7..9bd68de 100644
--- a/panel/panel-tic-tac-toe.c
+++ b/panel/panel-tic-tac-toe.c
@@ -110,7 +110,6 @@ panel_tic_tac_toe_init (PanelTicTacToe *dialog)
guint i;
GtkWidget *label;
guint row, col;
- GtkWidget *align;
GtkWidget *vbox;
GtkWidget *combo;
GtkWidget *hbox;
diff --git a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c
index e32e576..e339974 100644
--- a/plugins/systray/systray-box.c
+++ b/plugins/systray/systray-box.c
@@ -229,7 +229,6 @@ systray_box_size_get_max_child_size (SystrayBox *box,
gint row_size;
GtkStyleContext *ctx;
GtkBorder padding;
- gint spacing;
ctx = gtk_widget_get_style_context (widget);
gtk_style_context_get_padding (ctx, gtk_widget_get_state_flags (widget), &padding);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list