Remove old Watchlist setting keys

This commit is contained in:
Bleak Grey 2020-07-12 12:52:08 +03:00
parent 25a308b8bc
commit 6c2fde1e38
1 changed files with 0 additions and 6 deletions

View File

@ -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");