Skip to content

Commit

Permalink
[SUTK] Removed unncessary constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Jan 6, 2025
1 parent fd39326 commit 3bd6941
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sutk/include/sutk/Constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ namespace SUTK
static constexpr f32 LeftMargin { 0.2f };
static constexpr f32 RightMargin { 0.2f };
static constexpr f32 LabelCloseSpacing { };
static constexpr f32 LabelMaxSize { 8 }; // 8 centimeters
static constexpr f32 LabelMinSize { 3 }; // 3 centimeters
static constexpr f32 Height { 0.8f }; // 0.8 centimeters
}
}
Expand Down

0 comments on commit 3bd6941

Please sign in to comment.