Skip to content

Commit

Permalink
loader/qtx/qtxsdk/components.h: Disable large unused inline functions
Browse files Browse the repository at this point in the history
Put various dump_* functions under #if 0. They aren't used by any
current code but trigger compiler warnings.
  • Loading branch information
Uoti Urpala committed Apr 28, 2008
1 parent fbdb41c commit 634af01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loader/qtx/qtxsdk/components.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -743,5 +744,6 @@ static inline void dump_CodecDecompressParams(void* xxx){


}
#endif

#endif /* MPLAYER_COMPONENTS_H */

0 comments on commit 634af01

Please sign in to comment.