Changeset 298

Show
Ignore:
Timestamp:
04/17/08 08:06:52 (6 months ago)
Author:
aldacron
Message:

[DerelictFT]
* removed version check from sftfuncs.d

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictFT/derelict/freetype/sftfuncs.d

    r297 r298  
    3131 */ 
    3232module derelict.freetype.ftfuncs; 
    33  
    34 version(DerelictFT_Static 
    35 { 
    3633 
    3734private 
     
    297294    const uint FT_MAKE_TAG = ((cast(uint)x1) << 24) + ((cast(uint)x2) << 16) + ((cast(uint)x3) << 8) + x4; 
    298295} 
    299  
    300 } // DerelictFTStatic