summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/animation/animationtiming.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/drawinglayer/source/animation/animationtiming.cxx b/drawinglayer/source/animation/animationtiming.cxx
index 374def8aed6e..f3ffa88b35c8 100644
--- a/drawinglayer/source/animation/animationtiming.cxx
+++ b/drawinglayer/source/animation/animationtiming.cxx
@@ -19,7 +19,6 @@
#include <memory>
-#include <config_global.h>
#include <drawinglayer/animation/animationtiming.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <o3tl/make_unique.hxx>
@@ -192,11 +191,7 @@ namespace drawinglayer
pNew->append(*i);
}
-#if HAVE_CXX_CWG1579_FIX
return pNew;
-#else
- return std::move(pNew);
-#endif
}
bool AnimationEntryList::operator==(const AnimationEntry& rCandidate) const
@@ -289,11 +284,7 @@ namespace drawinglayer
pNew->append(*i);
}
-#if HAVE_CXX_CWG1579_FIX
return pNew;
-#else
- return std::move(pNew);
-#endif
}
bool AnimationEntryLoop::operator==(const AnimationEntry& rCandidate) const