mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove field-coloring code in MainTab
Since all fields on the maintab are now directly edited, there is no point in marking fields as changed. Remove unused functions MainTab::markChangedWidget() and MainTab::resetPalette(). Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
d7d408a99e
commit
c4ad477d07
2 changed files with 0 additions and 35 deletions
|
@ -114,9 +114,7 @@ private:
|
|||
bool lastSelectedDive;
|
||||
int lastTabSelectedDive;
|
||||
int lastTabSelectedDiveTrip;
|
||||
void resetPallete();
|
||||
void copyTagsToDisplayedDive();
|
||||
void markChangedWidget(QWidget *w);
|
||||
dive_trip_t *currentTrip;
|
||||
QList<TabBase*> extraWidgets;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue