diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 13:08:58 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 13:08:58 -0500 |
| commit | 8d9a62a87dafd87381829b00b85753db510eef2b (patch) | |
| tree | d28b27d0a44cec30038a6e6b4920b0ea5ebfccd2 /src/mainwindow.h | |
| parent | b9fd1092c62f728ff55879ff98be2cddbb2f0610 (diff) | |
moved the conflicts column back to its proper position in the enum
removed unnecessary compat code
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 0d7edefd..8f000983 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -665,7 +665,6 @@ private slots: // ui slots void storeSettings(); void readSettings(); void setupModList(); - void fixConflictsColumn(); }; #endif // MAINWINDOW_H |
