aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/settings_interface.h12
1 files changed, 0 insertions, 12 deletions
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 <QVariant>
#include <QSettings>
-/* 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};