Removed few lines.

This commit is contained in:
Martin Rotter 2016-01-19 13:46:52 +01:00
parent cc8a5c2822
commit 0962856b7a
2 changed files with 0 additions and 6 deletions

View File

@ -98,14 +98,10 @@ class StandardServiceRoot : public ServiceRoot {
QStringList textualFeedIds(const QList<Feed *> &feeds);
StandardRecycleBin *m_recycleBin;
// Menus.
QAction *m_actionExportFeeds;
QAction *m_actionImportFeeds;
QList<QAction*> m_serviceMenu;
QList<QAction*> m_feedContextMenu;
QAction *m_actionFeedFetchMetadata;
};

View File

@ -95,10 +95,8 @@ class TtRssServiceRoot : public ServiceRoot {
void loadFromDatabase();
TtRssRecycleBin *m_recycleBin;
QAction *m_actionSyncIn;
QList<QAction*> m_serviceMenu;
TtRssNetworkFactory *m_network;
};