diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 09:00:57 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-19 09:00:57 -0700 |
commit | a4f243dfacffb599d89de869c35c153ec5596d50 (patch) | |
tree | 4fa6c895d273de36e9ba771dbcb9e9622c36e7f7 /qt-ui/maintab.h | |
parent | 9b1a3e09d170275156d75e8daad65dde7ff4735d (diff) | |
download | subsurface-a4f243dfacffb599d89de869c35c153ec5596d50.tar.gz |
Make direct edit the style of choice
Plus minor coding style fixes.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index afd06b529..7acb27d11 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -26,10 +26,6 @@ struct NotesBackup{ QString divemaster; }; -#define DIRK_EDIT_STYLE 0 -#define TEST_EDIT_STYLE 1 -#define EDIT_STYLE DIRK_EDIT_STYLE - class MainTab : public QTabWidget { Q_OBJECT |