Remove sLocationXY8

This commit is contained in:
Gymnasiast 2019-12-30 23:03:13 +01:00
parent 2c359736ee
commit 1133a8c81c
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 0 additions and 6 deletions

View File

@ -45,12 +45,6 @@ struct LocationXY8
};
assert_struct_size(LocationXY8, 2);
struct sLocationXY8
{
int8_t x, y;
};
assert_struct_size(sLocationXY8, 2);
struct LocationXY16
{
int16_t x, y;