diff options
Diffstat (limited to 'src/position.c')
-rw-r--r-- | src/position.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/position.c b/src/position.c index 937edd5..a7465ab 100644 --- a/src/position.c +++ b/src/position.c @@ -6,4 +6,3 @@ Position position_create(unsigned int x, unsigned int y) return pos; } - |