Browse Source

Remove unused variable that was moved & renamed elsewhere.

Lasse Öörni 10 years ago
parent
commit
14fe2ad334
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bin/Data/Scripts/Editor/EditorUI.as

+ 0 - 1
bin/Data/Scripts/Editor/EditorUI.as

@@ -56,7 +56,6 @@ bool uiFaded = false;
 float uiMinOpacity = 0.3;
 float uiMinOpacity = 0.3;
 float uiMaxOpacity = 0.7;
 float uiMaxOpacity = 0.7;
 bool uiHidden = false;
 bool uiHidden = false;
-bool uiMmbPan = false;
 
 
 void CreateUI()
 void CreateUI()
 {
 {