diff options
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 3989f0b16..6b4b224aa 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -99,9 +99,6 @@ class ImageVertexes; struct SDL_Window; -static const int defaultScreenWidth = 800; -static const int defaultScreenHeight = 600; - /** * A central point of control for graphics. */ |