summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-26 22:46:35 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-26 21:44:41 +0000
commit84c5999372ca4af1c79ab3134fda1d67d4ea95d6 (patch)
tree8926edda68426a0830a6a6a8d4ffaaab6224156a /vcl/inc
parentd5be8dddc43e8a880d546fb9a6e8fbb45278eeca (diff)
Unused typedef’s
Change-Id: Ieec1d33b5baa42c0b67e4119fd12ee10f6eb3be4 Reviewed-on: https://gerrit.libreoffice.org/31251 Reviewed-by: Khaled Hosny <khaledhosny@eglug.org> Tested-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/sallayout.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx
index fddc8d1d9402..c20a58259cc0 100644
--- a/vcl/inc/sallayout.hxx
+++ b/vcl/inc/sallayout.hxx
@@ -324,8 +324,6 @@ public:
bool AllowKashida() const { return ((mnFlags & ALLOW_KASHIDA) != 0); }
};
-typedef std::list<GlyphItem> GlyphList;
-
class VCL_PLUGIN_PUBLIC GenericSalLayout : public SalLayout
{
public: