-rw-r--r-- | kabc/resource.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kabc/resource.cpp b/kabc/resource.cpp index 9632a3f..2f03927 100644 --- a/kabc/resource.cpp +++ b/kabc/resource.cpp @@ -110,27 +110,12 @@ void Resource::cleanUp() bool Resource::isSyncable() const { return (mSyncProfile != 0); } -/** - * This method returns the number of elements that are currently in the resource. - */ -int Resource::count() const -{ - return 0; -} - -/** - * This method removes all elements from the resource!! (Not from the addressbook) - */ -bool Resource::clear() -{ - return false; -} QString Resource::fileName() const { return mFileName; } |