summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/animatedsprite.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/animatedsprite.hxx')
-rw-r--r--slideshow/source/inc/animatedsprite.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/slideshow/source/inc/animatedsprite.hxx b/slideshow/source/inc/animatedsprite.hxx
index 578b78bcf309..af266c5b7eab 100644
--- a/slideshow/source/inc/animatedsprite.hxx
+++ b/slideshow/source/inc/animatedsprite.hxx
@@ -96,9 +96,6 @@ namespace slideshow
*/
void setPixelOffset( const ::basegfx::B2DSize& rPixelOffset );
- /// Retrieve current pixel offset for content output.
- ::basegfx::B2DSize getPixelOffset() const;
-
/// Show the sprite
void show();
@@ -153,16 +150,6 @@ namespace slideshow
*/
void transform( const ::basegfx::B2DHomMatrix& rTransform );
- /** Set the sprite priority.
-
- The sprite priority determines the ordering of the
- sprites on screen, i.e. which sprite lies before which.
-
- @param rPrio
- The new sprite prio. Must be in the range [0,1]
- */
- void setPriority( double rPrio );
-
private:
ViewLayerSharedPtr mpViewLayer;