ENGINES: Remove code for toggling fullscreen mode (#2523)

* GRIM: Remove code for toggling fullscreen mode

* MYST3: Remove code for toggling fullscreen mode

* STARK: Remove code for toggling fullscreen mode

* ENGINES: Remove the fullscreen argument from initGraphics3d()
This commit is contained in:
Cameron Cawley 2020-10-14 06:49:28 +01:00 committed by GitHub
parent 9abb3f5111
commit 03e8f0ed2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 27 additions and 88 deletions

View file

@ -41,9 +41,8 @@ public:
*
* @param screenW the width of the context
* @param screenH the height of the context
* @param fullscreen true if fullscreen is desired, false otherwise.
*/
virtual void setupScreen(int screenW, int screenH, bool fullscreen) override;
virtual void setupScreen(int screenW, int screenH) override;
/**
* Query whether the current context is hardware-accelerated