diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-03-19 20:04:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-19 20:04:01 +0100 |
| commit | f37347dd6ed73f180116e100de46cbe33ce19598 (patch) | |
| tree | 5f98b4914544ad065243a81a4e481e3c4e598fa8 /fluid/file.cxx | |
| parent | f9004352b42b3b039c391d5a8c83930c9b49b53a (diff) | |
Fix and consolidate settings dialogs (#346, #703)
Diffstat (limited to 'fluid/file.cxx')
| -rw-r--r-- | fluid/file.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fluid/file.cxx b/fluid/file.cxx index 2da570f3a..18d17efcc 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -296,11 +296,6 @@ void Fd_Project_Reader::read_children(Fl_Type *p, int paste, Strategy strategy, g_project.i18n_conditional = read_word(); goto CONTINUE; } - if (!strcmp(c,"i18n_type")) - { - g_project.i18n_type = atoi(read_word()); - goto CONTINUE; - } if (!strcmp(c,"header_name")) { if (!g_project.header_file_set) g_project.header_file_name = read_word(); else read_word(); |
