summaryrefslogtreecommitdiffstats
path: root/core/divesite.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-09-25 21:28:46 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-02 08:04:49 -0700
commita1a2492438ab3e5521cd754cc4a1763b216034e5 (patch)
treee4576f4e95291af15a882cb78d1bc9e633909a8d /core/divesite.h
parent7615e71760fcb69cbed857caf4bbc03ef5dba610 (diff)
downloadsubsurface-a1a2492438ab3e5521cd754cc4a1763b216034e5.tar.gz
Cleanup: remove dive_table and dive_site_table Q_METATYPEs
These are not passed through QML anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/divesite.h')
-rw-r--r--core/divesite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/divesite.h b/core/divesite.h
index e5ef4d1b4..d6ec4e51d 100644
--- a/core/divesite.h
+++ b/core/divesite.h
@@ -81,7 +81,6 @@ QString constructLocationTags(struct taxonomy_data *taxonomy, bool for_maintab);
/* Make pointer-to-dive_site a "Qt metatype" so that we can pass it through QVariants */
Q_DECLARE_METATYPE(dive_site *);
-Q_DECLARE_METATYPE(dive_site_table_t *);
#endif