1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a0b72be7..b1dfa9f6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -106,9 +106,6 @@ createCacheDirectory()
int
main(int argc, char *argv[])
{
- // needed for settings so need to register before any settings are read to prevent warnings
- qRegisterMetaType<UserSettings::Presence>();
-
QCoreApplication::setApplicationName("nheko");
QCoreApplication::setApplicationVersion(nheko::version);
QCoreApplication::setOrganizationName("nheko");
|