aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-04-09 21:56:27 -0400
committerS. Davilla <davilla@4pi.com>2011-04-09 21:56:27 -0400
commit5218c31484bb2dffae1888343fe5d1b4e8f6da41 (patch)
treeda0876835666c346c599139a803e0711a27caa9d
parent811865f0b368ab2cc12fec446a3b45cf963f8014 (diff)
[omx] cosmetics
-rw-r--r--xbmc/cores/dvdplayer/DVDCodecs/Video/OpenMax.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/OpenMax.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/OpenMax.cpp
index 5883f461a6..74621dd957 100644
--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/OpenMax.cpp
+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/OpenMax.cpp
@@ -84,7 +84,6 @@ class DllLibOpenMax : public DllDynamic, DllLibOpenMaxInterface
};
////////////////////////////////////////////////////////////////////////////////////////////
-// debug spew defines
#define OMX_INIT_STRUCTURE(a) \
memset(&(a), 0, sizeof(a)); \
(a).nSize = sizeof(a); \