Changeset 64


Ignore:
Timestamp:
Sep 22, 2023, 8:22:17 PM (23 months ago)
Author:
gyoung
Message:

Remove code and comment used to prevent problems caused by a defective Timidity plugin since I fixed the plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/c/c_audio/cwmidi.c

    r58 r64  
    7171                                                    hwndCnr,
    7272                                                    iPosition));
    73     /*
    74       @@CHANGE 0.2.8
    75 
    76       Remove 'Start' menu for Midi files if Timidity is installed. Workaround
    77       for WPS crash. MAy be removed as soon as Timidity is fixed.
    78 
    79      */
    80     /*if(globalHaveTimidity)
    81       {
    82         WinSendMsg(hwndMenu, MM_DELETEITEM, MPFROM2SHORT( ID_MENU_START, TRUE), 0L);
    83       }*/
     73   
    8474    WinSendMsg(hwndMenu, MM_DELETEITEM, MPFROM2SHORT( ID_MENU_CONVERT, FALSE), 0L);
    8575    return bRC;
Note: See TracChangeset for help on using the changeset viewer.