diff options
Diffstat (limited to 'plugins/ClientChangeNotify/src/stdafx.h')
-rw-r--r-- | plugins/ClientChangeNotify/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h index c4ce64be06..7a95b54140 100644 --- a/plugins/ClientChangeNotify/src/stdafx.h +++ b/plugins/ClientChangeNotify/src/stdafx.h @@ -57,7 +57,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> CMPlugin();
int Load() override;
- int Unload() override;
};
#include "TMyArray.h"
|