Explorar o código

Removed unused private properties

Digging through some of the Gridview code I found that these two
properties aren't being used at all. Maybe they had a place in there to
begin with but not anymore?

Doesn't make much sense anymore being that each cell can have their own
dimension.
Abrahim %!s(int64=7) %!d(string=hai) anos
pai
achega
292f9b75b3
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      modules/mojox/gridview.monkey2

+ 0 - 2
modules/mojox/gridview.monkey2

@@ -124,8 +124,6 @@ Class GridView Extends View
 		End
 	End
 	
-	Field _cellw:Int
-	Field _cellh:Int
 	Field _gridw:Int
 	Field _gridh:Int
 	Field _cells:=New Stack<Cell>