Changeset 207 for trunk/dll/eas.c


Ignore:
Timestamp:
Jun 8, 2005, 8:00:32 AM (20 years ago)
Author:
root
Message:

Drop unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/eas.c

    r193 r207  
    99  01 Aug 04 SHL Rework lstrip/rstrip usage
    1010  06 Jun 05 SHL Indent -i2
     11  06 Jun 05 SHL Rework DisplayEAsProc for VAC3.65 compat
     12  06 Jun 05 SHL Drop unused variables
    1113
    1214***********************************************************************/
     
    523525              {
    524526
    525                 USHORT len, codepage, num, type;
    526                 CHAR *data, last = '\n', *linefeed = "\n";
     527                USHORT len, num, type;
     528                CHAR *data;
     529                CHAR last = '\n';
     530                const CHAR *linefeed = "\n";
    527531                BOOL alltext;
    528532                IPT pos = 0L;
     
    572576                    case EAT_MVST:
    573577                      MLEclearall(WinWindowFromID(hwnd, EA_MLE));
    574                       codepage = *(USHORT *) (info -> value +
    575                                               sizeof(USHORT));
    576578                      num = *(USHORT *) (info -> value +
    577579                                         (sizeof(USHORT) * 2));
     
    648650                    case EAT_MVMT:
    649651                      MLEclearall(WinWindowFromID(hwnd, EA_MLE));
    650                       codepage = *(USHORT *) (info -> value +
    651                                               sizeof(USHORT));
    652652                      num = *(USHORT *) (info -> value +
    653653                                         (sizeof(USHORT) * 2));
Note: See TracChangeset for help on using the changeset viewer.