Skip to content

Commit

Permalink
Remove unused Granite.Settings (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed May 4, 2021
1 parent 988ebaf commit 9095bf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Views/StyleView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ public class Onboarding.StyleView : AbstractOnboardingView {
public Pantheon.AccountsService? pantheon_act { get; construct; default = null; }

private static GLib.Settings interface_settings;
private static Granite.Settings granite_settings;

public PrefersAccentColorButton (Pantheon.AccountsService? pantheon_act, AccentColor color, Gtk.RadioButton? group_member = null) {
Object (
Expand All @@ -242,7 +241,6 @@ public class Onboarding.StyleView : AbstractOnboardingView {
}

static construct {
granite_settings = Granite.Settings.get_default ();
interface_settings = new GLib.Settings (INTERFACE_SCHEMA);

var current_stylesheet = interface_settings.get_string (STYLESHEET_KEY);
Expand Down

0 comments on commit 9095bf8

Please sign in to comment.