summaryrefslogtreecommitdiff
path: root/libresourceqt/src/resource.cpp
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-10 11:55:19 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-10 13:52:50 +0200
commit80042b6e527238d11dd2c955e47b652941c2ba6e (patch)
tree5f9bcc28129af5235742af32d26817a06ddf1800 /libresourceqt/src/resource.cpp
parent8fe83d5fd968d7e475600691bd9a72f5f888a8c9 (diff)
Updated API to hide the whole resource manager and stuff
Diffstat (limited to 'libresourceqt/src/resource.cpp')
-rw-r--r--libresourceqt/src/resource.cpp10
1 files changed, 0 insertions, 10 deletions
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;