mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-06 02:00:25 +02:00
Remove CD3D9Driver::getViewPort overload which did the exact same thing as base class.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6217 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@ -909,13 +909,6 @@ void CD3D9Driver::setViewPort(const core::rect<s32>& area)
|
||||
}
|
||||
|
||||
|
||||
//! gets the area of the current viewport
|
||||
const core::rect<s32>& CD3D9Driver::getViewPort() const
|
||||
{
|
||||
return ViewPort;
|
||||
}
|
||||
|
||||
|
||||
bool CD3D9Driver::updateVertexHardwareBuffer(SHWBufferLink_d3d9 *hwBuffer)
|
||||
{
|
||||
if (!hwBuffer)
|
||||
|
Reference in New Issue
Block a user