Changeset 44bf00f4936847565d65991c9374c7e2dd31c849

Show
Ignore:
Timestamp:
27/01/08 15:25:31 (10 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1201443931 +0000
git-parent:

[8c083ee2debc53ef35dca25ac6247d8649091965]

git-author:
Rafaël Carré <funman@videolan.org> 1201443931 +0000
Message:

cast to (char*) , remove unused code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/osd/osd.c

    r99fab90 r44bf00f  
    3939#undef OSD_MENU_DEBUG 
    4040 
     41#if 0 
    4142static const char *ppsz_button_states[] = { "unselect", "select", "pressed" }; 
     43#endif 
    4244 
    4345/***************************************************************************** 
     
    9193 
    9294        if( psz_ext && !strcmp( psz_ext, ".cfg") ) 
    93             psz_type = "import-osd"; 
     95            psz_type = (char*)"import-osd"; 
    9496        else 
    95             psz_type = "import-osd-xml"; 
     97            psz_type = (char*)"import-osd-xml"; 
    9698 
    9799        p_menu->p_parser = module_Need( p_menu, "osd parser",