mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
Removed minimal version.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5113 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a6dfac2a37
commit
10400faf4c
13 changed files with 1 additions and 192 deletions
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include "RsAutoUpdatePage.h"
|
||||
|
||||
#ifndef MINIMAL_RSGUI
|
||||
#include "MainWindow.h"
|
||||
#include "toaster/OnlineToaster.h"
|
||||
#include "toaster/MessageToaster.h"
|
||||
|
@ -38,7 +37,6 @@
|
|||
#include "toaster/ChatToaster.h"
|
||||
#include "toaster/GroupChatToaster.h"
|
||||
#include "toaster/ChatLobbyToaster.h"
|
||||
#endif // MINIMAL_RSGUI
|
||||
|
||||
#include "chat/ChatDialog.h"
|
||||
#include "chat/ChatWidget.h"
|
||||
|
@ -441,7 +439,6 @@ void NotifyQt::notifyListPreChange(int list, int /*type*/)
|
|||
|
||||
void NotifyQt::UpdateGUI()
|
||||
{
|
||||
#ifndef MINIMAL_RSGUI
|
||||
static bool already_updated = false ; // these only update once at start because they may already have been set before
|
||||
// the gui is running, then they get updated by callbacks.
|
||||
if(!already_updated)
|
||||
|
@ -582,8 +579,6 @@ void NotifyQt::UpdateGUI()
|
|||
|
||||
/* Now start the waiting toasters */
|
||||
startWaitingToasters();
|
||||
|
||||
#endif // MINIMAL_RSGUI
|
||||
}
|
||||
|
||||
void NotifyQt::notifyChatStyleChanged(int /*ChatStyle::enumStyleType*/ styleType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue