diff options
author | Alexander Tkachev | 2016-06-30 23:34:25 +0600 |
---|---|---|
committer | Eugene Sandulenko | 2016-07-03 12:23:57 +0200 |
commit | 4b87563792163d5fd538092b340500bccd20aa7b (patch) | |
tree | bc64bedf5aef5686c82a1d16cf870b0fc7a1bc35 /gui/ThemeEngine.cpp | |
parent | 916c86e68941cb1a752566ac9c0346263970b366 (diff) | |
download | scummvm-rg350-4b87563792163d5fd538092b340500bccd20aa7b.tar.gz scummvm-rg350-4b87563792163d5fd538092b340500bccd20aa7b.tar.bz2 scummvm-rg350-4b87563792163d5fd538092b340500bccd20aa7b.zip |
GUI: Add blipClip()
Diffstat (limited to 'gui/ThemeEngine.cpp')
-rw-r--r-- | gui/ThemeEngine.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index 08245380a8..b16a42806c 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -168,8 +168,6 @@ protected: bool _alpha; }; - - /********************************************************** * Data definitions for theme engine elements *********************************************************/ @@ -306,7 +304,6 @@ void ThemeItemBitmap::drawSelf(bool draw, bool restore) { } - /********************************************************** * ThemeEngine class *********************************************************/ @@ -979,8 +976,6 @@ void ThemeEngine::queueBitmap(const Graphics::Surface *bitmap, const Common::Rec } } - - /********************************************************** * Widget drawing functions *********************************************************/ @@ -1201,8 +1196,6 @@ void ThemeEngine::drawDialogBackgroundClip(const Common::Rect &r, const Common:: case kDialogBackgroundDefault: queueDDClip(kDDDefaultBackground, r, clip); break; - case kDialogBackgroundNone: - break; } } |