/[gzz]/gzz/gzz/modules/pp/PlaneView.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/PlaneView.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by tjl, Tue Nov 5 08:21:01 2002 UTC revision 1.59 by tjl, Thu Nov 7 09:33:31 2002 UTC
# Line 209  public static final String rcsid = "$Id$ Line 209  public static final String rcsid = "$Id$
209       * given the vobscene.       * given the vobscene.
210       */       */
211      public Cell getCellAndOffset(VobScene vs, float x, float y, int[] offsOut) {      public Cell getCellAndOffset(VobScene vs, float x, float y, int[] offsOut) {
212            /*
213          float[] ic = new float[2];          float[] ic = new float[2];
214          Object k = vs.getKeyAt(x, y, ic);          Object k = vs.getKeyAt(x, y, ic);
215          if(k == null || !(k instanceof Cell)) {          if(k == null || !(k instanceof Cell)) {
# Line 223  public static final String rcsid = "$Id$ Line 224  public static final String rcsid = "$Id$
224          if(dbg) pa("getCellAndOffset: "+x+" "+y+" --> "+ic[0]+" "+ic[1] +"("+w+") --> ");          if(dbg) pa("getCellAndOffset: "+x+" "+y+" --> "+ic[0]+" "+ic[1] +"("+w+") --> ");
225    
226          return cell;          return cell;
227            */
228            return null;
229      }      }
230    
231  }  }

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26