Removes unrequired part helper getter, since it already existed

This commit is contained in:
thatsIch
2015-04-20 21:12:03 +02:00
parent 817163dbf6
commit be17616836
5 changed files with 6 additions and 12 deletions
@@ -94,4 +94,4 @@ public interface IGrid
* @return the node considered the pivot point of the grid.
*/
IGridNode getPivot();
}
}