mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:00:41 +02:00
Unused removed method
This commit is contained in:
parent
3f2b5aeca4
commit
6304a5e819
1 changed files with 1 additions and 3 deletions
|
@ -42,9 +42,7 @@ public:
|
||||||
private:
|
private:
|
||||||
static DependencyManager& getInstance();
|
static DependencyManager& getInstance();
|
||||||
DependencyManager() {}
|
DependencyManager() {}
|
||||||
~DependencyManager();
|
~DependencyManager();
|
||||||
|
|
||||||
static void noDelete(void*) {}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
Loading…
Reference in a new issue