aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.cpp
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-30 23:34:25 +0600
committerEugene Sandulenko2016-07-03 12:23:57 +0200
commit4b87563792163d5fd538092b340500bccd20aa7b (patch)
treebc64bedf5aef5686c82a1d16cf870b0fc7a1bc35 /gui/ThemeEngine.cpp
parent916c86e68941cb1a752566ac9c0346263970b366 (diff)
downloadscummvm-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.cpp7
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;
}
}