diff options
Diffstat (limited to 'kontact/src/sidepanebase.cpp')
-rw-r--r-- | kontact/src/sidepanebase.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kontact/src/sidepanebase.cpp b/kontact/src/sidepanebase.cpp index 28bae2999..92a3ce510 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" |