mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove export as UDDF
The export functionality is horridly poorly implemented, and the UDDF export isn't actually functional on mobile. And why would we support this in the first place? That's not a reasonable expectation for the mobile app. So let's just completely remove that and good riddance. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
173093d314
commit
ead15f622a
3 changed files with 0 additions and 12 deletions
|
@ -66,7 +66,6 @@ public:
|
|||
enum export_types {
|
||||
EX_DIVES_XML,
|
||||
EX_DIVE_SITES_XML,
|
||||
EX_UDDF,
|
||||
EX_DIVELOGS_DE,
|
||||
EX_DIVESHARE
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue