diff demos/interview/main.d @ 374:681af90e1d53

Removed debug writelns. Fixed build script.
author Max Samukha <maxter@spambox.com>
date Thu, 08 Jul 2010 22:21:56 +0300
parents a032df77b6ab
children
line wrap: on
line diff
--- a/demos/interview/main.d	Thu Jul 08 17:20:02 2010 +0300
+++ b/demos/interview/main.d	Thu Jul 08 22:21:56 2010 +0300
@@ -46,12 +46,9 @@
 import qt.gui.QListView;
 import qt.gui.QIcon;
 import qt.gui.QPixmap;
-import std.stdio;
 
 int main(string[] args)
-{    
-    writeln("Interview");
-        
+{        
     scope app = new QApplication(args);
     
     scope page = new QSplitter;