comparison src/econnect/wp3_3/client/core/ApplicationGrid.java @ 35:18fc3a30e993

removed unused variable
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 03 Dec 2012 13:40:15 +0100
parents f635bbdc6a03
children cfe8045c4610
comparison
equal deleted inserted replaced
34:5ef409e34638 35:18fc3a30e993
106 int minWidth = 800; 106 int minWidth = 800;
107 int minHeight = 600; 107 int minHeight = 600;
108 int ph = 112; 108 int ph = 112;
109 109
110 int docWidth = Document.get().getClientWidth(); 110 int docWidth = Document.get().getClientWidth();
111
112 Grid mainGrid = new Grid(3,0);
113 111
114 int height = (new Double(Document.get().getClientHeight()*0.5+ph)).intValue(); 112 int height = (new Double(Document.get().getClientHeight()*0.5+ph)).intValue();
115 int width = (new Double(height*4/3)).intValue(); 113 int width = (new Double(height*4/3)).intValue();
116 114
117 if( height < minHeight ){ 115 if( height < minHeight ){