X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBProject.py;h=366e9a7525058b504d94c60c69b859df4f9b598b;hb=d4944e7bb4e36e96f1a22830e26a1036a22e6725;hp=4564f79d418bbf2561164809c6b0fd62e020b6bb;hpb=afbcef7c7b408083dbcd77bc4697513dc10ea58d;p=bertos.git diff --git a/wizard/BProject.py b/wizard/BProject.py index 4564f79d..366e9a75 100644 --- a/wizard/BProject.py +++ b/wizard/BProject.py @@ -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()