Skip to content

Commit

Permalink
scide: automatically create language config file when configuration c…
Browse files Browse the repository at this point in the history
…hanged
  • Loading branch information
jleben committed Nov 15, 2012
1 parent 2b9824e commit e210c73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editors/sc-ide/widgets/settings/sclang_page.cpp
Expand Up @@ -124,8 +124,6 @@ void SclangPage::readLanguageConfig()
QFileInfo configFileInfo(configFile);
const bool configFileExists = configFileInfo.exists();

ui->ide_sclang_override_configuration_file->setEnabled(configFileExists);

if (!configFileExists)
return;

Expand Down

0 comments on commit e210c73

Please sign in to comment.