mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-03 01:59:35 -06:00
Clean include guards in OpenSpace core
Remove unused files
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SCRIPTENGINE_H__
|
||||
#define __SCRIPTENGINE_H__
|
||||
#ifndef __OPENSPACE_CORE___SCRIPTENGINE___H__
|
||||
#define __OPENSPACE_CORE___SCRIPTENGINE___H__
|
||||
|
||||
#include <openspace/scripting/lualibrary.h>
|
||||
#include <openspace/util/syncdata.h>
|
||||
@@ -121,11 +121,9 @@ private:
|
||||
bool _logScripts = true;
|
||||
std::string _logType;
|
||||
std::string _logFilename;
|
||||
|
||||
|
||||
};
|
||||
|
||||
} // namespace scripting
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __SCRIPTENGINE_H__
|
||||
#endif // __OPENSPACE_CORE___SCRIPTENGINE___H__
|
||||
|
||||
Reference in New Issue
Block a user