summaryrefslogtreecommitdiff
path: root/systems/_constants/src
diff options
context:
space:
mode:
Diffstat (limited to 'systems/_constants/src')
-rw-r--r--systems/_constants/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/systems/_constants/src/lib.rs b/systems/_constants/src/lib.rs
index 30ea89b..c9dee11 100644
--- a/systems/_constants/src/lib.rs
+++ b/systems/_constants/src/lib.rs
@@ -8,8 +8,6 @@ macro_rules! c {
pub const TEMP_FILE_PREFIX: &str = ".tmp_";
pub const LOCK_FILE_PREFIX: &str = "~";
-pub const CURRENT_SHEET_VERSION: u8 = 0;
-
/// File and directory path constants for the server root
#[allow(unused)]
pub mod server {