Skip to content

Commit 4e96f0a

Browse files
committed
Fixed duplicate
1 parent 536f796 commit 4e96f0a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/WaterDropEngine/WdeResourceManager/Resource.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ namespace wde::resource {
2424
uint32_t getReferenceCount() const { return _referenceCount; }
2525
/** @return The name of the resource (default : will return resource path) */
2626
virtual std::string getName() const { return _path; }
27-
void increaseReferenceCount() { _referenceCount++; }
28-
void decreaseReferenceCount() { _referenceCount--; }
29-
uint32_t getReferenceCount() const { return _referenceCount; }
3027

3128

3229
static std::string getName(const ResourceType& type) {

0 commit comments

Comments
 (0)