cleanup: get rid of the legacy #ifndef #define craziness
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
// This file is part of the "Irrlicht Engine".
|
||||
// For conditions of distribution and use, see copyright notice in Irrlicht.h
|
||||
|
||||
#ifndef __C_OGLES2_DRIVER_H_INCLUDED__
|
||||
#define __C_OGLES2_DRIVER_H_INCLUDED__
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "SIrrCreationParameters.h"
|
||||
|
||||
@@ -405,5 +403,3 @@ private:
|
||||
} // end namespace irr
|
||||
|
||||
#endif // _IRR_COMPILE_WITH_OGLES2_
|
||||
|
||||
#endif // __C_OGLES2_DRIVER_H_INCLUDED__
|
||||
|
Reference in New Issue
Block a user