Merge pull request #1358 from mstorsjo/remove-unused-macro

Remove an unused macro
This commit is contained in:
Ethan Hugg 2014-09-16 08:36:22 -07:00
commit 68e92f9eb6

View File

@ -38,7 +38,6 @@
namespace WelsEnc {
#define WelsSafeDelete(p) if(p){ delete (p); (p) = NULL; }
//***** entry API declaration ************************************************************************//