summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-05-31 17:05:15 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-31 16:00:16 -0700
commit636aac83f89b328d355083244e9e658def85af62 (patch)
tree47614eee5492335278347b8f830e1e21c78926fe /qt-ui/maintab.h
parent80fe3f88f92c55400afe87092ef02492f7bafac2 (diff)
downloadsubsurface-636aac83f89b328d355083244e9e658def85af62.tar.gz
We are not using a completer for location anymore
So, remove it. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index afca4a53c..2d2f9679c 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -23,7 +23,6 @@ class DivePictureModel;
class QCompleter;
struct Completers {
- QCompleter *location;
QCompleter *divemaster;
QCompleter *buddy;
QCompleter *suit;