summaryrefslogtreecommitdiffstats
path: root/loader/qtx/qtxsdk/components.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/qtxsdk/components.h')
-rw-r--r--loader/qtx/qtxsdk/components.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/qtx/qtxsdk/components.h b/loader/qtx/qtxsdk/components.h
index 94cb8456dc..2e42a0412f 100644
--- a/loader/qtx/qtxsdk/components.h
+++ b/loader/qtx/qtxsdk/components.h
@@ -656,6 +656,7 @@ static inline void dump_ImageDescription(void* xxx){
printf("=========================================================\n");
}
+#if 0
static inline void dump_Rect(char* title,Rect *r){
printf("%s: %d;%d - %d;%d\n",title,
(int)r->top,(int)r->left,(int)r->bottom,(int)r->right);
@@ -743,5 +744,6 @@ static inline void dump_CodecDecompressParams(void* xxx){
}
+#endif
#endif /* MPLAYER_COMPONENTS_H */