Merge pull request #183 from mstorsjo/remove-unused-typedef

Remove unused typedefs
This commit is contained in:
Ethan Hugg 2014-01-21 10:34:14 -08:00
commit efaa153bb1

View File

@ -50,9 +50,6 @@
#include "d3d9_utils.h"
#include "logging.h"
typedef long (*PCreateDecoderFunc) (ISVCDecoder** ppDecoder);
typedef void_t (*PDestroyDecoderFunc) (ISVCDecoder* pDecoder);
using namespace std;