summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-08-03 12:44:52 +0200
committerJavier Jardón <jjardon@gnome.org>2010-08-03 12:44:52 +0200
commit237ed3bbf8d42f93540a8e77d2967fcdd9dd931c (patch)
tree52980832803b47df8e5e56b8c3d2dbc448d26772 /gtk/gtkprogressbar.c
parentc4b129bac27d4a2083cbbaea9fb0d08f001526e6 (diff)
downloadgtk+-237ed3bbf8d42f93540a8e77d2967fcdd9dd931c.tar.gz
Remove some unused variables
Diffstat (limited to 'gtk/gtkprogressbar.c')
-rw-r--r--gtk/gtkprogressbar.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index b6222bdedd..bea40f5e82 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -470,7 +470,6 @@ gtk_progress_bar_expose (GtkWidget *widget,
GdkEventExpose *event)
{
GtkProgressBar *pbar = GTK_PROGRESS_BAR (widget);
- GtkProgressBarPriv *priv = pbar->priv;
if (gtk_widget_is_drawable (widget))
gtk_progress_bar_paint (pbar);
@@ -657,7 +656,6 @@ static void
gtk_progress_bar_paint_activity (GtkProgressBar *pbar,
GtkProgressBarOrientation orientation)
{
- GtkProgressBarPriv *priv = pbar->priv;
GtkWidget *widget = GTK_WIDGET (pbar);
GdkRectangle area;
@@ -694,7 +692,6 @@ gtk_progress_bar_paint_continuous (GtkProgressBar *pbar,
gint amount,
GtkProgressBarOrientation orientation)
{
- GtkProgressBarPriv *priv = pbar->priv;
GtkWidget *widget = GTK_WIDGET (pbar);
GdkRectangle area;