ref: efaa153bb15c78159d8315d45a3e53c391549697
parent: ae0bd3ee024c068787c4da686fb3872a4d246a9c
parent: c196fd1ef0f039da5f832cf44667685521e8d728
author: Ethan Hugg <ethanhugg@gmail.com>
date: Tue Jan 21 05:34:14 EST 2014
Merge pull request #183 from mstorsjo/remove-unused-typedef Remove unused typedefs
--- a/codec/console/dec/src/h264dec.cpp
+++ b/codec/console/dec/src/h264dec.cpp
@@ -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;