summaryrefslogtreecommitdiffstats
path: root/filter/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 09:15:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 10:35:22 +0100
commit376ee49f68384cf16aec57d54506378b67ccd402 (patch)
tree9d12d74da1eb92dd882bfb1196c93620939db07c /filter/inc
parentTranslate German variable names (diff)
downloadcore-376ee49f68384cf16aec57d54506378b67ccd402.tar.gz
core-376ee49f68384cf16aec57d54506378b67ccd402.zip
remove some unused typedefs
Change-Id: I7775a7d86e9641cd514e58f03d3727d2ad846120 Reviewed-on: https://gerrit.libreoffice.org/68485 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/inc')
-rw-r--r--filter/inc/gfxtypes.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/filter/inc/gfxtypes.hxx b/filter/inc/gfxtypes.hxx
index 135aa5fd4988..365e381c0ab4 100644
--- a/filter/inc/gfxtypes.hxx
+++ b/filter/inc/gfxtypes.hxx
@@ -315,12 +315,6 @@ namespace std
};
}
-namespace svgi
-{
-typedef std::unordered_set<State> StatePool;
-typedef std::unordered_map<sal_Int32, State> StateMap;
-} // namespace svgi
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */