From 80042b6e527238d11dd2c955e47b652941c2ba6e Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Wed, 10 Feb 2010 11:55:19 +0200 Subject: Updated API to hide the whole resource manager and stuff --- libresourceqt/src/resource.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libresourceqt/src/resource.cpp') diff --git a/libresourceqt/src/resource.cpp b/libresourceqt/src/resource.cpp index fe1153e..796a345 100644 --- a/libresourceqt/src/resource.cpp +++ b/libresourceqt/src/resource.cpp @@ -29,16 +29,6 @@ void Resource::setOptional(bool resourceIsOptional) optional = resourceIsOptional; } -bool Resource::isShared() const -{ - return shared; -} - -void Resource::setShared(bool shared) -{ - this->shared = shared; -} - bool Resource::isGranted() const { return granted; -- cgit v1.2.3