From 6c2fde1e38982ca8be0dd268ed333634c4c8c4b6 Mon Sep 17 00:00:00 2001 From: Bleak Grey Date: Sun, 12 Jul 2020 12:52:08 +0300 Subject: [PATCH] Remove old Watchlist setting keys --- src/Services/Settings.vala | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Services/Settings.vala b/src/Services/Settings.vala index 559912d..6392de7 100644 --- a/src/Services/Settings.vala +++ b/src/Services/Settings.vala @@ -12,9 +12,6 @@ public class Tootle.Settings : GLib.Settings { public bool live_updates { get; set; } public bool public_live_updates { get; set; } - public string watched_users { get; set; } - public string watched_hashtags { get; set; } - public int window_x { get; set; } public int window_y { get; set; } public int window_w { get; set; } @@ -32,9 +29,6 @@ public class Tootle.Settings : GLib.Settings { init ("live-updates"); init ("public-live-updates"); - init ("watched-users"); - init ("watched-hashtags"); - init ("window-x"); init ("window-y"); init ("window-w");