VOXEDIT: removed unused members

master
Martin Gerhardy 2021-09-25 14:26:35 +02:00
parent 91b7e755b7
commit 93f894c67f
2 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@ namespace voxedit {
class Viewport {
private:
video::Id _frameBufferTexture = video::InvalidId;
video::WindowedApp *_app;
const core::String _id;
bool _hovered = false;

View File

@ -73,8 +73,6 @@ private:
ui::imgui::IMGUIApp* _app;
core::VarPtr _lastOpenedFile;
glm::ivec3 _lastCursorPos;
LayerSettings _layerSettings;
core::String _activeScript;