diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-01-09 22:10:33 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-10 08:52:14 +0000 |
commit | 48c100d7300c73a6501317c553a24adfca2a5f4c (patch) | |
tree | ea392a0ed50060286c96339eefc13f5ea45c0e06 /vcl/inc/win | |
parent | f207e13136f4ff211cd1fe0c9703f35655a23d38 (diff) |
remove unused typedefs
Change-Id: I99c44caabca3d799c783d57cd2c3a1692c899191
Reviewed-on: https://gerrit.libreoffice.org/32911
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/winlayout.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx index ecd257467e5d..a32af75ca092 100644 --- a/vcl/inc/win/winlayout.hxx +++ b/vcl/inc/win/winlayout.hxx @@ -32,8 +32,6 @@ #include "opengl/PackedTextureAtlas.hxx" -typedef std::unordered_map<int,int> IntMap; - class WinFontInstance; namespace |