mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
Removed unused variable.
This commit is contained in:
+1
-2
@@ -74,8 +74,7 @@ lcView::~lcView()
|
||||
if (mLastFocusedView == this)
|
||||
mLastFocusedView = nullptr;
|
||||
|
||||
if (mDeleteContext)
|
||||
delete mContext;
|
||||
delete mContext;
|
||||
}
|
||||
|
||||
std::vector<lcView*> lcView::GetModelViews(const lcModel* Model)
|
||||
|
||||
@@ -319,7 +319,6 @@ protected:
|
||||
lcViewWidget* mWidget = nullptr;
|
||||
int mWidth = 1;
|
||||
int mHeight = 1;
|
||||
bool mDeleteContext = true;
|
||||
lcViewType mViewType;
|
||||
|
||||
int mMouseX = 0;
|
||||
|
||||
Reference in New Issue
Block a user