diff options
author | rbuj <[email protected]> | 2021-10-27 17:46:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-21 15:08:09 +0100 |
commit | 8281e9833a31d8731e8dd405fea2b1138dcc4ff8 (patch) | |
tree | d1bc46ccb1855b1fb892779f25a2a333a9962820 /charpick | |
parent | bb0195c17052309b55c23629e24465e1ef4dc70c (diff) | |
download | mate-applets-8281e9833a31d8731e8dd405fea2b1138dcc4ff8.tar.bz2 mate-applets-8281e9833a31d8731e8dd405fea2b1138dcc4ff8.tar.xz |
Use a blank line at most
Diffstat (limited to 'charpick')
-rw-r--r-- | charpick/charpick.c | 3 |
1 files changed, 0 insertions, 3 deletions
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, |