Changeset 1880 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Oct 12, 2015, 8:26:16 PM (10 years ago)
Author:
Gregg Young
Message:

Remove dead code and comments from remaining c files. #if 0 and #if NEVER were not addressed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1877 r1880  
    56115611          break;
    56125612        }
    5613         x = SHORT1FROMMP(mp1);// - IDM_COMMANDSTART;
     5613        x = SHORT1FROMMP(mp1);
    56145614        if (x >= 0) {
    5615           //x++;
    56165615          RunCommand(hwndCnr, x);
    56175616          if (fUnHilite) {
     
    57045703    }
    57055704    else
    5706       DosSleep(32);//05 Aug 07 GKY 64
     5705      DosSleep(32);
    57075706
    57085707    hwndFrame = WinQueryWindow(hwnd, QW_PARENT);
     
    58355834                                    (CHAR *) WC_COMBOBOX,
    58365835                                    (PSZ) NULL,
    5837                                     //WS_VISIBLE |
    58385836                                    CBS_DROPDOWN,
    58395837                                    (swp.x +
     
    65966594                            UM_RESTORE,
    65976595                            MPVOID,
    6598                             MPFROMLONG(1));                // Autotile
     6596                            MPFROMLONG(RESTORE_STATE_TILE_CHILDREN));     // Autotile
    65996597                  }
    66006598                }
     
    66256623                WinPostMsg(hwnd,
    66266624                           WM_COMMAND,
    6627                            MPFROM2SHORT(atol(p), 0), //fixme GKY this traps in atol the {} probably don't exist
    6628                            //IDM_COMMANDSTART + sSelect, 0),
     6625                           MPFROM2SHORT(atol(p), 0),
    66296626                           MPVOID);
    66306627              }
Note: See TracChangeset for help on using the changeset viewer.