From 8281e9833a31d8731e8dd405fea2b1138dcc4ff8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:46:47 +0200 Subject: Use a blank line at most --- charpick/charpick.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'charpick/charpick.c') diff --git a/charpick/charpick.c b/charpick/charpick.c index acc4a408..48c68b57 100644 --- a/charpick/charpick.c +++ b/charpick/charpick.c @@ -15,7 +15,6 @@ /* The comment for each char list has the html entity names of the chars */ /* All gunicar codes should end in 0 */ - /* This is the default list used when starting charpick the first time */ /* aacute, agrave, eacute, iacute, oacute, frac12, copy*/ /* static const gchar *def_list = "áàéíñóœ©"; */ @@ -570,8 +569,6 @@ queue_rebuild (charpick_data *curr_data) g_source_set_name_by_id (curr_data->rebuild_id, "[charpick] rebuild_cb"); } - - static void applet_size_allocate (MatePanelApplet *applet, GtkAllocation *allocation, -- cgit v1.2.1