GRIM: Remove unused return value from GfxBase::setupScreen

This commit is contained in:
Pawel Kolodziejski 2020-10-05 20:03:16 +02:00
parent c4b9f966b6
commit b8ae32d71b
7 changed files with 7 additions and 13 deletions

View file

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