Drop now unused option-stream identifiers

Change-Id: Id08e41e11b8027339e58ab182739087030e66eef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166754
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Tested-by: Jenkins
diff --git a/sd/inc/glob.hxx b/sd/inc/glob.hxx
index ad4ce9f..5905601 100644
--- a/sd/inc/glob.hxx
+++ b/sd/inc/glob.hxx
@@ -50,8 +50,4 @@
// Separator between layout name and template name of presentation templates
inline constexpr OUString SD_LT_SEPARATOR = u"~LT~"_ustr;

// option-stream identifier
#define SD_OPTION_MORPHING  u"Morph"
#define SD_OPTION_VECTORIZE u"Vectorize"

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */