diff options
Diffstat (limited to 'alc/device.h')
-rw-r--r-- | alc/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/alc/device.h b/alc/device.h index 66f37a7e..0f36304b 100644 --- a/alc/device.h +++ b/alc/device.h @@ -148,8 +148,6 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice>, DeviceBase { template<typename T> inline std::optional<T> configValue(const char *block, const char *key) = delete; - - DEF_NEWDEL(ALCdevice) }; template<> |