Changeset 490

Show
Ignore:
Timestamp:
03/29/08 12:50:48 (5 months ago)
Author:
Mike Wey
Message:

Forgot to remove dumpFailedLoads in r488

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demos/sourceView/SVTest.d

    r488 r490  
    135135} 
    136136 
    137 private import gtkc.Loader; 
    138  
    139137void main(string[] args) 
    140138{ 
    141     Linker.dumpFailedLoads(); 
    142  
    143139    Gtk.init(null); 
    144140    new HelloWorld();