소스 검색

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 7 년 전
부모
커밋
292f9b75b3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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>