cleanup: remove maintab.ui

This file was so confusing: A tabwidget containing a layout
containing a tabwidget. This strange situation is probably
due to moving the multi-dive warning message.

Remove the file, there seems to be nothing of importance
in there. All the UI was moved to the individual tabs.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-03-12 15:15:05 +01:00
parent 357e115121
commit ec96cbaab5
4 changed files with 14 additions and 49 deletions

View file

@ -10,7 +10,6 @@
#include <QTabWidget>
#include "ui_maintab.h"
#include "core/dive.h"
#include "core/subsurface-qt/divelistnotifier.h"
@ -29,7 +28,6 @@ slots:
void escDetected();
void colorsChanged();
private:
Ui::MainTab ui;
bool lastSelectedDive;
int lastTabSelectedDive;
int lastTabSelectedDiveTrip;