summaryrefslogtreecommitdiff
path: root/src/engine/geometry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/geometry.rs')
-rw-r--r--src/engine/geometry.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/geometry.rs b/src/engine/geometry.rs
index bfa59da..090652f 100644
--- a/src/engine/geometry.rs
+++ b/src/engine/geometry.rs
@@ -1,8 +1,5 @@
use engine::constants::*;
-//TODO: Change Point to be a single number, or stored as a bitfield
-// (bitfield to x and y for writing move might be hard?
-
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct Point {
pub index: u8