Skip to content

Commit 1f398a9

Browse files
committed
chore: remove unnecessary struct
1 parent 69c04e8 commit 1f398a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libs/structs.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,4 @@ typedef struct Node {
1515
struct Node* __next; /** Pointer to the next linked node. */
1616
} Node;
1717

18-
// TODO: create doxygen documentation
19-
typedef struct {
20-
size_t x;
21-
size_t y;
22-
} Position;
23-
2418
#endif // LIBS_STRUCTS_H_INCLUDED

0 commit comments

Comments
 (0)