aboutsummaryrefslogtreecommitdiff
path: root/core/src/pad_data/game_layout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/pad_data/game_layout.rs')
-rw-r--r--core/src/pad_data/game_layout.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/src/pad_data/game_layout.rs b/core/src/pad_data/game_layout.rs
deleted file mode 100644
index 62afbcc..0000000
--- a/core/src/pad_data/game_layout.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-pub mod game_layout {
- use bincode::{Decode, Encode};
- use serde::{Deserialize, Serialize};
-
- #[derive(Encode, Decode, Serialize, Deserialize, PartialEq, Debug)]
- pub struct GameLayout {
-
- }
-} \ No newline at end of file