Revert "[Experimental] Video player page for main window"

This commit is contained in:
defnax 2020-02-22 19:01:09 +01:00 committed by GitHub
parent 3e7f670203
commit bd1047aa67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 29 additions and 399 deletions

View file

@ -61,7 +61,7 @@ class TransfersDialog;
class MessagesDialog;
class PluginsPage;
class HomePage;
class PlayerPage;
//class ChannelFeed;
class BandwidthGraph;
class MainPage;
class NewsFeed;
@ -92,9 +92,8 @@ public:
Forums = 7, /** Forums page. */
Search = 8, /** Search page. */
Posted = 11, /** Posted links */
People = 12, /** People page. */
Options = 13, /** People page. */
Player = 14 /** Player page. */
People = 12, /** People page. */
Options = 13 /** People page. */
};
@ -154,7 +153,6 @@ public:
GxsChannelDialog *gxschannelDialog ;
GxsForumsDialog *gxsforumDialog ;
PostedDialog *postedDialog;
PlayerPage *playerDialog;
// ForumsDialog *forumsDialog;
// ChannelFeed *channelFeed;