diff demos/interview/main.d @ 61:a2871e6b8b15

drcc: automatic initialization of resources with program start (disabled with option -no-static-initialize) demos: resources fixes. examples: resources fixes.
author SokoL_SD
date Tue, 19 May 2009 10:48:30 +0000
parents 7be693ea7070
children a1b48a630f73
line wrap: on
line diff
--- a/demos/interview/main.d	Tue May 19 08:55:06 2009 +0000
+++ b/demos/interview/main.d	Tue May 19 10:48:30 2009 +0000
@@ -48,11 +48,6 @@
 import qt.gui.QIcon;
 import qt.gui.QPixmap;
 
-extern(C) int qtd_init_resources_interview();
-static this() {
-    qtd_init_resources_interview();
-}
-
 int main(char[][] args)
 {
     scope app = new QApplication(args);