mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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:
|
||||
static DependencyManager& getInstance();
|
||||
DependencyManager() {}
|
||||
~DependencyManager();
|
||||
|
||||
static void noDelete(void*) {}
|
||||
~DependencyManager();
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Reference in a new issue