From 597d1ae9b3e0e0b8f7f4fc27b674345e5b812c29 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Tue, 15 Aug 2023 20:24:49 -0400 Subject: Remove the commented-out AppSettings struct It was only used for reference and doesn't serve anything now. --- src/settings_interface.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src') diff --git a/src/settings_interface.h b/src/settings_interface.h index fa9386c..e290125 100644 --- a/src/settings_interface.h +++ b/src/settings_interface.h @@ -4,18 +4,6 @@ #include #include -/* struct AppSettings { - enum {LOCALTIME, UTC} ui_timezone = LOCALTIME; - bool can_access_internet = true; - bool can_download_emoji = true; - bool can_download_attachments = true; - struct { - enum {MASTODON} type = MASTODON; - QString address; - QString token; - } instance; -}; */ - namespace AppSettingsTypes { enum Timezone {LOCALTIME = 0, UTC}; enum InstanceType {MASTODON = 0}; -- cgit v1.2.3-54-g00ecf