diff options
author | Bastien Bouclet | 2018-01-06 16:13:29 +0100 |
---|---|---|
committer | Bastien Bouclet | 2018-01-27 18:12:34 +0100 |
commit | 5878c618c931f6c600dda0b156d96f909013779b (patch) | |
tree | 1345c8957c22e654508405d3ed764dd71506844b /gui/dialog.h | |
parent | fc37918130d8539ee57be014108729e8aca6e3f8 (diff) | |
download | scummvm-rg350-5878c618c931f6c600dda0b156d96f909013779b.tar.gz scummvm-rg350-5878c618c931f6c600dda0b156d96f909013779b.tar.bz2 scummvm-rg350-5878c618c931f6c600dda0b156d96f909013779b.zip |
GUI: Remove Dialog::markAsDirty to expose full GUI redraws
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index cb6e13f974..8f3b2343f5 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -88,7 +88,6 @@ protected: virtual void open(); virtual void close(); - void markAsDirty() override; /** Recursively mark all the widgets in this dialog as dirty so they are redrawn */ void markWidgetsAsDirty(); |