diff options
author | rbuj <[email protected]> | 2021-10-27 17:23:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 21:45:51 +0100 |
commit | 17ccb4f4bd610252e4ea600546750ddcc09c855a (patch) | |
tree | e1cc1783e0d46cb80c52d2a40b748925141f25ee /capplets/keyboard | |
parent | 9d702031671fa8aa4cdf6ea512b3f59b8ea3da37 (diff) | |
download | mate-control-center-17ccb4f4bd610252e4ea600546750ddcc09c855a.tar.bz2 mate-control-center-17ccb4f4bd610252e4ea600546750ddcc09c855a.tar.xz |
Use a blank line at most
Diffstat (limited to 'capplets/keyboard')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-xkblt.c | 1 | ||||
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-xkbltadd.c | 29 | ||||
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties.c | 1 |
3 files changed, 0 insertions, 31 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-xkblt.c b/capplets/keyboard/mate-keyboard-properties-xkblt.c index b5ee38e7..12943d53 100644 --- a/capplets/keyboard/mate-keyboard-properties-xkblt.c +++ b/capplets/keyboard/mate-keyboard-properties-xkblt.c @@ -35,7 +35,6 @@ #include "capplet-util.h" #include "mate-keyboard-properties-xkb.h" - #define SEL_LAYOUT_TREE_COL_DESCRIPTION 0 #define SEL_LAYOUT_TREE_COL_ID 1 #define SEL_LAYOUT_TREE_COL_ENABLED 2 diff --git a/capplets/keyboard/mate-keyboard-properties-xkbltadd.c b/capplets/keyboard/mate-keyboard-properties-xkbltadd.c index 2d1e5dd6..723f29fa 100644 --- a/capplets/keyboard/mate-keyboard-properties-xkbltadd.c +++ b/capplets/keyboard/mate-keyboard-properties-xkbltadd.c @@ -49,15 +49,6 @@ typedef struct { } AddVariantData; static void - - - - - - - - - xkb_layout_chooser_available_layouts_fill (GtkBuilder * chooser_dialog, const gchar cblid[], const gchar cbvid[], @@ -67,28 +58,10 @@ xkb_layout_chooser_available_layouts_fill (GtkBuilder * chooser_dialog, GCallback combo_changed_notify); static void - - - - - - - - - xkb_layout_chooser_available_language_variants_fill (GtkBuilder * chooser_dialog); static void - - - - - - - - - xkb_layout_chooser_available_country_variants_fill (GtkBuilder * chooser_dialog); @@ -378,8 +351,6 @@ xkb_layout_strv_from_gslist (GSList *list) return (gchar **) array->data; } - - static void xkl_layout_chooser_add_default_switcher_if_necessary (GSList * layouts_list) diff --git a/capplets/keyboard/mate-keyboard-properties.c b/capplets/keyboard/mate-keyboard-properties.c index 8b96bff5..474aa124 100644 --- a/capplets/keyboard/mate-keyboard-properties.c +++ b/capplets/keyboard/mate-keyboard-properties.c @@ -181,7 +181,6 @@ main (int argc, char **argv) { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; - context = g_option_context_new (_("- MATE Keyboard Preferences")); g_option_context_add_main_entries (context, cap_options, GETTEXT_PACKAGE); |