summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorbutton.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:50:56 +0200
committerraveit65 <[email protected]>2021-12-11 15:29:43 +0100
commit03e38ada456be8fecd04fde9fa6a8293816292aa (patch)
treeedea823dde15fd6e9726246785e9f303f3777ede /libmate-desktop/mate-colorbutton.c
parentbc46804cd6dd0da229a4b84c3cfca73c7ef44f90 (diff)
downloadmate-desktop-03e38ada456be8fecd04fde9fa6a8293816292aa.tar.bz2
mate-desktop-03e38ada456be8fecd04fde9fa6a8293816292aa.tar.xz
Use a blank line at most
Diffstat (limited to 'libmate-desktop/mate-colorbutton.c')
-rw-r--r--libmate-desktop/mate-colorbutton.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmate-desktop/mate-colorbutton.c b/libmate-desktop/mate-colorbutton.c
index 9596735..52d658f 100644
--- a/libmate-desktop/mate-colorbutton.c
+++ b/libmate-desktop/mate-colorbutton.c
@@ -113,7 +113,6 @@ static void mate_color_button_drag_data_received (GtkWidget *widget,
guint32 time,
MateColorButton *color_button);
-
static guint color_button_signals[LAST_SIGNAL] = { 0 };
static const GtkTargetEntry drop_types[] = { { "application/x-color", 0, 0 } };
@@ -337,7 +336,6 @@ mate_color_button_drag_data_received (GtkWidget *widget,
return;
}
-
dropped = (guint16 *)gtk_selection_data_get_data (selection_data);
color_button->priv->color.red = dropped[0];
@@ -480,7 +478,6 @@ mate_color_button_finalize (GObject *object)
G_OBJECT_CLASS (mate_color_button_parent_class)->finalize (object);
}
-
/**
* mate_color_button_new:
*
@@ -792,7 +789,6 @@ mate_color_button_get_use_alpha (MateColorButton *color_button)
return color_button->priv->use_alpha;
}
-
/**
* mate_color_button_set_title:
* @color_button: a #MateColorButton