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