Browse Source

Remove not needed vars from `SelNextVertexCmd`

master
Krisjanis Rijnieks 9 years ago
parent
commit
cd5ecafb94
  1. 1
      src/Commands/SelNextVertexCmd.h

1
src/Commands/SelNextVertexCmd.h

@ -17,7 +17,6 @@ class SelNextVertexCmd : public BaseUndoCmd {
private:
BaseSurface * _surface;
int _prevVertexIndex;
};

Loading…
Cancel
Save