--- a/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py Sun Jan 31 16:15:16 2010 +0000 +++ b/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py Sun Jan 31 17:11:22 2010 +0000 @@ -88,11 +88,7 @@ @param indString string used for indentation (space or tab) (string) @return generated code (string) """ - # calculate our indentation level and the indentation string - il = indLevel + 1 - istring = il * indString - - # now generate the code + # generate the code code = 'QFontDialog.getFont(' if not self.eVariable.text(): if self.font is not None: