summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:30:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:03 +0100
commitf862290c91e66b859504e6c271309f73fa762a0d (patch)
tree5a64716146280ee2a58562d7cc33999fc6ada363 /svtools/source/misc
parentcf0448b95d9af2c98666a7c832e6756ba8a48d96 (diff)
loplugin:deletedspecial
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/acceleratorexecute.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx
index 67660c27a2c7..4cfbfb7b524a 100644
--- a/svtools/source/misc/acceleratorexecute.cxx
+++ b/svtools/source/misc/acceleratorexecute.cxx
@@ -82,16 +82,6 @@ AcceleratorExecute::AcceleratorExecute()
{
}
-
-AcceleratorExecute::AcceleratorExecute(const AcceleratorExecute&)
- : TMutexInit ( )
- , m_aAsyncCallback(LINK(this, AcceleratorExecute, impl_ts_asyncCallback))
-{
- // copy construction sint supported in real ...
- // but we need this ctor to init our async callback ...
-}
-
-
AcceleratorExecute::~AcceleratorExecute()
{
// does nothing real