Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennady Pospelov committed Jun 5, 2020
1 parent abbaa17 commit 0fda7b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions GUI/coregui/Views/SampleDesigner/DesignerHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
#include <iostream>
#include "StyleUtils.h"

int DesignerHelper::m_default_layer_height = 30;
int DesignerHelper::m_default_layer_width = 200;

namespace
{
double m_current_zoom_level = 1.0;
Expand Down
4 changes: 0 additions & 4 deletions GUI/coregui/Views/SampleDesigner/DesignerHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ class BA_CORE_API_ DesignerHelper
static int getLabelFontSize();
static int getPortFontSize();
static int getPythonEditorFontSize();

private:
static int m_default_layer_height;
static int m_default_layer_width;
};

#endif // DESIGNERHELPER_H

0 comments on commit 0fda7b9

Please sign in to comment.