Remove unused typedefs

This commit is contained in:
Martin Storsjö 2014-01-21 15:37:50 +02:00
parent f8b84b642d
commit c196fd1ef0

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;