GRIM: Remove unused return value from GfxBase::setupScreen
This commit is contained in:
parent
c4b9f966b6
commit
b8ae32d71b
7 changed files with 7 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue