From Trajce Nikolov, windows build fixes
This commit is contained in:
@@ -57,11 +57,6 @@ PixelBufferWin32::~PixelBufferWin32()
|
||||
{
|
||||
}
|
||||
|
||||
bool PixelBufferWin32::valid() const
|
||||
{
|
||||
return _valid;
|
||||
}
|
||||
|
||||
void PixelBufferWin32::init()
|
||||
{
|
||||
if (_initialized) return;
|
||||
@@ -76,11 +71,6 @@ bool PixelBufferWin32::realizeImplementation()
|
||||
osg::notify(osg::NOTICE) << "PixelBufferWin32::realizeImplementation() not implemented." << std::endl; return false;
|
||||
}
|
||||
|
||||
bool PixelBufferWin32::isRealizedImplementation() const
|
||||
{
|
||||
osg::notify(osg::NOTICE) << "PixelBufferWin32::isRealizedImplementation() not implemented." << std::endl; return false;
|
||||
}
|
||||
|
||||
void PixelBufferWin32::closeImplementation()
|
||||
{
|
||||
osg::notify(osg::NOTICE) << "PixelBufferWin32::closeImplementation() not implemented." << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user