Changeset 861

Show
Ignore:
Timestamp:
04/29/08 20:42:58 (4 months ago)
Author:
takkaria
Message:

Remove now-pointless RISC OS-specific workarounds for a no-longer-used menu_flags type.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main-ros.c

    r542 r861  
    296296#endif 
    297297 
    298 /* V, post3.0.7, has conflicting types for these we have to #define around */ 
    299 #undef menu_flags 
     298/* V, post3.0.7, has a conflicting type for this we have to #define around */ 
    300299#undef menu_item 
    301300 
  • trunk/src/ui-menu.h

    r815 r861  
    3131 
    3232/* Forward declare */ 
    33 /* RISC OS already has a menu_item and menu_flags in system library */ 
     33/* RISC OS already has a menu_item in system library */ 
    3434#ifdef RISCOS 
    3535#define menu_item ang_menu_item 
    36 #define menu_flags ang_menu_flags 
    3736#endif 
    3837