summaryrefslogtreecommitdiffstats
path: root/kontact/src/sidepanebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/src/sidepanebase.cpp')
-rw-r--r--kontact/src/sidepanebase.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/kontact/src/sidepanebase.cpp b/kontact/src/sidepanebase.cpp
index 28bae299..92a3ce51 100644
--- a/kontact/src/sidepanebase.cpp
+++ b/kontact/src/sidepanebase.cpp
@@ -39,14 +39,4 @@ Core* SidePaneBase::core() const
return mCore;
}
-void SidePaneBase::setActionCollection( KActionCollection *actionCollection )
-{
- mActionCollection = actionCollection;
-}
-
-KActionCollection *SidePaneBase::actionCollection() const
-{
- return mActionCollection;
-}
-
#include "sidepanebase.moc"