Changeset 7ecfb7b in buchla-68k for ram/showcfg.c


Ignore:
Timestamp:
07/14/2017 09:11:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
aa021e2
Parents:
4810254
Message:

Unused variables and parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/showcfg.c

    r4810254 r7ecfb7b  
    496496int16_t imfnbox(int16_t n)
    497497{
    498         register int16_t row, col;
    499 
    500         row = hitcy / 14;
     498        register int16_t col;
     499
     500        (void)n;
     501
    501502        col = hitcx >> 3;
    502503
Note: See TracChangeset for help on using the changeset viewer.