diff --git a/src/Commands/SelNextVertexCmd.h b/src/Commands/SelNextVertexCmd.h
index 847f647..ad83c89 100644
--- a/src/Commands/SelNextVertexCmd.h
+++ b/src/Commands/SelNextVertexCmd.h
@@ -17,7 +17,6 @@ class SelNextVertexCmd : public BaseUndoCmd {
 
 	private:
 		BaseSurface * _surface;
-		int _prevVertexIndex;
 
 };