Skip to content

Commit

Permalink
A bit more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Sep 5, 2024
1 parent 73f188a commit ff491f0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ namespace_matches (const char *namespace,
return FALSE;
}

static GVariant *
get_color_scheme (void)
static GVariant * get_color_scheme (void)
{
SettingsBundle *bundle = g_hash_table_lookup (settings, "org.gnome.desktop.interface");
int color_scheme;
Expand Down Expand Up @@ -447,14 +446,6 @@ init_settings_table (XdpImplSettings *settings,
{
static const char * const schemas[] = {
"org.gnome.desktop.interface",
"org.gnome.settings-daemon.peripherals.mouse",
"org.gnome.desktop.sound",
"org.gnome.desktop.privacy",
"org.gnome.desktop.wm.preferences",
"org.gnome.settings-daemon.plugins.xsettings",
"org.gnome.desktop.a11y",
"org.gnome.desktop.a11y.interface",
"org.gnome.desktop.input-sources",
"com.fyralabs.desktop.appearance"
};
size_t i;
Expand Down

0 comments on commit ff491f0

Please sign in to comment.