Use fixed size for the Wizard dialog.
[bertos.git] / wizard / BProject.py
index 4564f79d418bbf2561164809c6b0fd62e020b6bb..366e9a7525058b504d94c60c69b859df4f9b598b 100644 (file)
@@ -368,10 +368,6 @@ class BProject(object):
         # Copyt the new *_user.mk file
         self._writeUserMkFileFromPreset()
 
-        if self.infos["EMPTY_MAIN"]:
-            # Create and empty main.c file only if the user check the box
-            self._writeMainFile(self.prjdir + "/main.c")
-
         # Create project files for selected plugins
         self._createProjectFiles()