Changeset 184

Show
Ignore:
Timestamp:
12/14/06 21:24:57 (2 years ago)
Author:
Alan Knowles
Message:

remove CodeLookup? from compilation - its not used anymore - should probably remove this anyway.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/leds/CodeLookup.d

    r158 r184  
    3636 
    3737debug=lookup; 
    38      
     38 
     39version (CodeLookupDisabled) { 
     40      
     41 
    3942private import leds.CodeView; 
    4043 
     
    947950     
    948951} 
     952}