Explorar o código

removed unused method getIndex

Carlos Marti %!s(int64=9) %!d(string=hai) anos
pai
achega
0b7132cea0

+ 0 - 3
Source/BansheeEditor/Include/BsEditorWidget.h

@@ -65,9 +65,6 @@ namespace BansheeEngine
 		 */
 		bool isActive() const { return mIsActive; }
 
-
-		UINT32 getIndex();
-
 		/**
 		 * Gets the parent editor window this widget is docked in. Can be null (for example when widget is in the process of
 		 * dragging and not visible).

+ 0 - 6
Source/BansheeEditor/Source/BsEditorWidget.cpp

@@ -35,12 +35,6 @@ namespace BansheeEngine
 			return nullptr;
 	}
 
-
-	UINT32 EditorWidgetBase::getIndex()
-	{
-		return mIndex;
-	}
-
 	void EditorWidgetBase::setHasFocus(bool focus)
 	{
 		EditorWidgetContainer* parentContainer = _getParent();