comparison libmpdemux/demux_ty_osd.c @ 23635:1318a24d46cf

Remove unused and trivial string variable
author reimar
date Sun, 24 Jun 2007 14:12:59 +0000
parents 4d81dbdf46b9
children 8b9b08c45999
comparison
equal deleted inserted replaced
23634:8cd44c7487fc 23635:1318a24d46cf
847 } 847 }
848 return 0; 848 return 0;
849 } 849 }
850 850
851 851
852 // 42 x 10
853 static char *testline = "0123456789012345678901234567890123456789012";
854
855 // =========================================================================== 852 // ===========================================================================
856 // Callback from Video Display Processing to put up the OSD 853 // Callback from Video Display Processing to put up the OSD
857 // =========================================================================== 854 // ===========================================================================
858 void ty_processuserdata( unsigned char* buf, int len ) 855 void ty_processuserdata( unsigned char* buf, int len )
859 { 856 {