summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSprite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSprite.cxx')
-rw-r--r--sdext/source/presenter/PresenterSprite.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sdext/source/presenter/PresenterSprite.cxx b/sdext/source/presenter/PresenterSprite.cxx
index 0fca939b0f34..aa396eb14a76 100644
--- a/sdext/source/presenter/PresenterSprite.cxx
+++ b/sdext/source/presenter/PresenterSprite.cxx
@@ -126,13 +126,6 @@ void PresenterSprite::MoveTo (const css::geometry::RealPoint2D& rLocation)
);
}
-void PresenterSprite::SetAlpha (const double nAlpha)
-{
- mnAlpha = nAlpha;
- if (mxSprite.is())
- mxSprite->setAlpha(mnAlpha);
-}
-
void PresenterSprite::Update (void)
{
if (mxSpriteFactory.is())