Remove useless ifdefs

This is in practice always enabled on all currently supported
platforms.
This commit is contained in:
Martin Storsjö
2014-02-18 11:08:16 +02:00
parent bbb6ffd911
commit 647fff6e2b
3 changed files with 0 additions and 16 deletions

View File

@@ -104,9 +104,7 @@ class CWelsH264SVCEncoder : public ISVCEncoder {
private:
sWelsEncCtx* m_pEncContext;
#if defined(_WIN32)||defined(_MACH_PLATFORM)||defined(__GNUC__)
welsCodecTrace* m_pWelsTrace;
#endif
SSourcePicture** m_pSrcPicList;
int32_t m_iSrcListSize;