diff options
Diffstat (limited to 'src/position.h')
-rw-r--r-- | src/position.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/position.h b/src/position.h index cbcf8c99..9cc86602 100644 --- a/src/position.h +++ b/src/position.h @@ -30,9 +30,6 @@ */ struct Position { - /** - * Constructor. - */ Position(int x, int y): x(x), y(y) { } |