mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
CHANGED: CDBViewBar no longer depends on CInterfaceManager.
This commit is contained in:
parent
854e269ae6
commit
2b2eb5cb78
1 changed files with 3 additions and 8 deletions
|
@ -15,14 +15,11 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
#include "stdpch.h"
|
||||
|
||||
#include "dbview_bar.h"
|
||||
#include "interface_manager.h"
|
||||
#include "nel/misc/xml_auto_ptr.h"
|
||||
|
||||
#include "nel/gui/interface_group.h"
|
||||
#include "nel/gui/widget_manager.h"
|
||||
#include "nel/gui/db_manager.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace NL3D;
|
||||
|
@ -118,7 +115,6 @@ void CDBViewBar::setType (TViewBar vb)
|
|||
}
|
||||
|
||||
// Get the Height Size.
|
||||
CInterfaceManager *pIM= CInterfaceManager::getInstance();
|
||||
sint32 wBar;
|
||||
CViewRenderer::getInstance()->getTextureSizeFromId(_TextureId, wBar, _HBar);
|
||||
}
|
||||
|
@ -179,7 +175,6 @@ void CDBViewBar::draw ()
|
|||
|
||||
_Slot.draw();
|
||||
|
||||
CInterfaceManager *pIM = CInterfaceManager::getInstance();
|
||||
CViewRenderer &rVR = *CViewRenderer::getInstance();
|
||||
|
||||
color.A = (uint8)(((sint32)color.A*((sint32)CWidgetManager::getInstance()->getGlobalColorForContent().A+1))>>8);
|
||||
|
|
Loading…
Reference in a new issue