diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-18 01:04:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-18 01:04:46 +0300 |
commit | 973b63d58cfeffc7168c00fa25611644bf09756d (patch) | |
tree | 27010f77994caa8de11f3811c90782b8dcffca0d /src/resources/resourcemanager.cpp | |
parent | 520b6bbc44cf86dd0a761379e7002d850c7c0079 (diff) | |
download | plus-973b63d58cfeffc7168c00fa25611644bf09756d.tar.gz plus-973b63d58cfeffc7168c00fa25611644bf09756d.tar.bz2 plus-973b63d58cfeffc7168c00fa25611644bf09756d.tar.xz plus-973b63d58cfeffc7168c00fa25611644bf09756d.zip |
fix code style.
Diffstat (limited to 'src/resources/resourcemanager.cpp')
-rw-r--r-- | src/resources/resourcemanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp index fa0717622..6b87e6cdf 100644 --- a/src/resources/resourcemanager.cpp +++ b/src/resources/resourcemanager.cpp @@ -892,7 +892,6 @@ void ResourceManager::decRefDelete(Resource *const res) if (!res) return; - bool found(false); const int count = res->getRefCount(); if (count == 1) { |