27 files changed, 179 insertions, 549 deletions
diff --git a/src/model/coordinates.h b/src/model/coordinates.h deleted file mode 100644 index 7620904..0000000 --- a/src/model/coordinates.h +++ b/dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | struct | ||
2 | { | ||
3 | sqlint32 coord_id; | ||
4 | struct | ||
5 | { | ||
6 | short length; | ||
7 | char data[50]; | ||
8 | } gi; | ||
9 | double x; | ||
10 | double y; | ||
11 | } coordinates; | ||