Qt/RenderWidget: Remove fill background functionality

We no longer need this since the video backend handles clearing the
window, and it fixes MoltenVK with Qt 5.14.
This commit is contained in:
Stenzek
2020-03-11 23:13:42 +10:00
parent 2f016295a6
commit cdb0aa850d
2 changed files with 2 additions and 17 deletions

View File

@ -33,7 +33,6 @@ private:
void HandleCursorTimer();
void OnHideCursorChanged();
void OnKeepOnTopChanged(bool top);
void SetFillBackground(bool fill);
void OnFreeLookMouseMove(QMouseEvent* event);
void PassEventToImGui(const QEvent* event);
void SetImGuiKeyMap();