summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-17 17:25:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-17 17:25:16 +0100
commitd697a059057e27533e760beac3537fbcb5082884 (patch)
tree61c942f697bf54d2f21052ab47b3b2557c430e2e /chart2
parentFold framework::IGuard into framework::IMutexGuard (diff)
downloadcore-d697a059057e27533e760beac3537fbcb5082884.tar.gz
core-d697a059057e27533e760beac3537fbcb5082884.zip
Remove unused framework::IMutexGuard::reset
Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/main/UndoManager.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/model/main/UndoManager.cxx b/chart2/source/model/main/UndoManager.cxx
index 44ce79edb7f6..e352fa2af311 100644
--- a/chart2/source/model/main/UndoManager.cxx
+++ b/chart2/source/model/main/UndoManager.cxx
@@ -156,7 +156,6 @@ namespace chart
// IMutexGuard
virtual void clear();
- virtual void reset();
virtual ::framework::IMutex& getGuardedMutex();
};
@@ -178,11 +177,6 @@ namespace chart
{
// nothing to do. This interface implementation is a dummy.
}
-
- void UndoManagerMethodGuard::reset()
- {
- // nothing to do. This interface implementation is a dummy.
- }
}
//= UndoManager