summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorsel.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-desktop/mate-colorsel.c')
-rw-r--r--libmate-desktop/mate-colorsel.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libmate-desktop/mate-colorsel.c b/libmate-desktop/mate-colorsel.c
index db7eb71..aca4053 100644
--- a/libmate-desktop/mate-colorsel.c
+++ b/libmate-desktop/mate-colorsel.c
@@ -132,7 +132,6 @@ struct _MateColorSelectionPrivate
gulong settings_connection;
};
-
static void mate_color_selection_dispose (GObject *object);
static void mate_color_selection_finalize (GObject *object);
static void update_color (MateColorSelection *colorsel);
@@ -300,7 +299,6 @@ mate_color_selection_class_init (MateColorSelectionClass *klass)
"",
G_PARAM_READABLE));
-
color_selection_signals[COLOR_CHANGED] =
g_signal_new ("color-changed",
G_OBJECT_CLASS_TYPE (gobject_class),
@@ -866,7 +864,6 @@ color_sample_draw_sample (MateColorSelection *colorsel, cairo_t *cr, int which)
cairo_fill (cr);
}
-
static void
color_sample_update_samples (MateColorSelection *colorsel)
{
@@ -884,7 +881,6 @@ color_old_sample_draw (GtkWidget *da,
return FALSE;
}
-
static gboolean
color_cur_sample_draw (GtkWidget *da,
cairo_t *cr,
@@ -991,7 +987,6 @@ color_sample_new (MateColorSelection *colorsel)
gtk_widget_show_all (priv->sample_area);
}
-
/*
*
* The palette area code
@@ -1383,7 +1378,6 @@ do_popup (MateColorSelection *colorsel,
3, timestamp);
}
-
static gboolean
palette_enter (GtkWidget *drawing_area,
GdkEventCrossing *event,
@@ -1543,7 +1537,6 @@ palette_popup (GtkWidget *widget,
return TRUE;
}
-
static GtkWidget*
palette_new (MateColorSelection *colorsel)
{
@@ -1594,7 +1587,6 @@ palette_new (MateColorSelection *colorsel)
return retval;
}
-
/*
*
* The actual MateColorSelection widget
@@ -2626,7 +2618,6 @@ mate_color_selection_set_previous_alpha (MateColorSelection *colorsel,
priv->changing = FALSE;
}
-
/**
* mate_color_selection_get_previous_color:
* @colorsel: a #MateColorSelection.
@@ -2721,7 +2712,6 @@ mate_color_selection_is_adjusting (MateColorSelection *colorsel)
return (mate_hsv_is_adjusting (MATE_HSV (priv->triangle_colorsel)));
}
-
/**
* mate_color_selection_palette_from_string:
* @str: a string encoding a color palette.
@@ -2931,4 +2921,3 @@ make_all_relations (AtkObject *atk_obj,
make_control_relations (atk_obj, priv->blue_spinbutton);
}
-