From 9c66fca6ceaa3ba4ad79264a56a992828a92f536 Mon Sep 17 00:00:00 2001 From: Elton Chung Date: Tue, 31 Jan 2012 12:36:47 +0000 Subject: Remove unsed code --- sc/source/ui/undo/areasave.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sc/source/ui/undo') diff --git a/sc/source/ui/undo/areasave.cxx b/sc/source/ui/undo/areasave.cxx index 7d4e572a4b18..e3821027389a 100644 --- a/sc/source/ui/undo/areasave.cxx +++ b/sc/source/ui/undo/areasave.cxx @@ -214,11 +214,6 @@ size_t ScAreaLinkSaveCollection::size() const return maData.size(); } -void ScAreaLinkSaveCollection::clear() -{ - maData.clear(); -} - void ScAreaLinkSaveCollection::push_back(ScAreaLinkSaver* p) { maData.push_back(p); -- cgit