Skip to content
Snippets Groups Projects
Commit 0fda7b99 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Remove unused variables

parent abbaa170
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -77,10 +77,6 @@ public:
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment