diff options
author | rbuj <[email protected]> | 2021-10-27 17:50:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:29:43 +0100 |
commit | 03e38ada456be8fecd04fde9fa6a8293816292aa (patch) | |
tree | edea823dde15fd6e9726246785e9f303f3777ede /libmate-desktop/mate-colorsel.c | |
parent | bc46804cd6dd0da229a4b84c3cfca73c7ef44f90 (diff) | |
download | mate-desktop-03e38ada456be8fecd04fde9fa6a8293816292aa.tar.bz2 mate-desktop-03e38ada456be8fecd04fde9fa6a8293816292aa.tar.xz |
Use a blank line at most
Diffstat (limited to 'libmate-desktop/mate-colorsel.c')
-rw-r--r-- | libmate-desktop/mate-colorsel.c | 11 |
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); } - |