Remove static screen size vars

This commit is contained in:
Justin Scofield
2023-11-22 16:07:26 -05:00
parent e7200c6d18
commit cf2d023a46
2 changed files with 7 additions and 9 deletions

View File

@@ -119,13 +119,6 @@ namespace core {
constexpr float kYazeVersion = 0.05;
// ============================================================================
// Window Variables
// ============================================================================
constexpr int kScreenWidth = 1200;
constexpr int kScreenHeight = 800;
// ============================================================================
// Magic numbers
// ============================================================================