CHANGED: #1471 CDBViewBar3 no longer depends on CInterfaceManager.
This commit is contained in:
parent
cdb0c5b6c5
commit
f14ca72e58
1 changed files with 3 additions and 6 deletions
|
@ -15,13 +15,11 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
#include "stdpch.h"
|
||||
|
||||
#include "dbview_bar3.h"
|
||||
#include "interface_manager.h"
|
||||
#include "nel/misc/xml_auto_ptr.h"
|
||||
#include "nel/gui/widget_manager.h"
|
||||
#include "nel/gui/db_manager.h"
|
||||
#include "nel/gui/interface_group.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace NL3D;
|
||||
|
@ -161,7 +159,6 @@ void CDBViewBar3::draw ()
|
|||
{
|
||||
_Slot.draw();
|
||||
|
||||
CInterfaceManager *pIM = CInterfaceManager::getInstance();
|
||||
CViewRenderer &rVR = *CViewRenderer::getInstance();
|
||||
CRGBA gColor = CWidgetManager::getInstance()->getGlobalColorForContent();
|
||||
|
||||
|
|
Loading…
Reference in a new issue