mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
Revert "[Experimental] Video player page for main window"
This commit is contained in:
parent
3e7f670203
commit
bd1047aa67
11 changed files with 29 additions and 399 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue