Revision 3996 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/commands/RemoveRowCommand.java

View differences:

RemoveRowCommand.java
9 9

  
10 10
public class RemoveRowCommand implements Command {
11 11
	private IEditableSource efs;
12
	private IRow geometry;
12
	//private IRow geometry;
13 13
	private int index;
14 14
	public RemoveRowCommand(IEditableSource ef,int i) throws DriverIOException, IOException{
15 15
		efs=ef;
16 16
		index=i;
17
		geometry=efs.getRow(i);
17
		//geometry=efs.getRow(i);
18 18
	}
19 19

  
20 20
	/**

Also available in: Unified diff