diff options
Diffstat (limited to 'Stars45/Starshatter.h')
-rw-r--r-- | Stars45/Starshatter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Stars45/Starshatter.h b/Stars45/Starshatter.h index 6bb9f04..f18967d 100644 --- a/Stars45/Starshatter.h +++ b/Stars45/Starshatter.h @@ -94,9 +94,6 @@ public: static Starshatter* GetInstance() { return instance; } - int GetScreenWidth(); - int GetScreenHeight(); - // graphic options: int LensFlare() { return lens_flare; } int Corona() { return corona; } |