diff --git a/src/miscellaneous/application.cpp b/src/miscellaneous/application.cpp index c0b8119b7..0b58466ca 100755 --- a/src/miscellaneous/application.cpp +++ b/src/miscellaneous/application.cpp @@ -32,7 +32,6 @@ #include "services/standard/standardserviceentrypoint.h" #include "services/tt-rss/ttrssserviceentrypoint.h" #include "services/owncloud/owncloudserviceentrypoint.h" -#include "services/wallabag/wallabagserviceentrypoint.h" #include #include @@ -61,7 +60,6 @@ QList Application::feedServices() { m_feedServices.append(new StandardServiceEntryPoint()); m_feedServices.append(new TtRssServiceEntryPoint()); m_feedServices.append(new OwnCloudServiceEntryPoint()); - m_feedServices.append(new WallabagServiceEntryPoint()); } return m_feedServices;