diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 17:29:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 18:23:32 +0300 |
commit | 4bdd530984959ba0d0cacb43f7441d9a217dfd1f (patch) | |
tree | 7c84b6b54a4004eac4c405914c85feeee64a15f5 /include/tools/mapunit.hxx | |
parent | b10ed913ddf1cc049f4ceb689e2bf0e34d7ddea7 (diff) |
Bin unused MAP_REALAPPFONT MapUnit enum value
Change-Id: I759a981c68a899ba314f5b77efa450aa57528433
Diffstat (limited to 'include/tools/mapunit.hxx')
-rw-r--r-- | include/tools/mapunit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/mapunit.hxx b/include/tools/mapunit.hxx index b8440177db66..0076b685ddcb 100644 --- a/include/tools/mapunit.hxx +++ b/include/tools/mapunit.hxx @@ -23,7 +23,7 @@ enum MapUnit { MAP_100TH_MM, MAP_10TH_MM, MAP_MM, MAP_CM, MAP_1000TH_INCH, MAP_100TH_INCH, MAP_10TH_INCH, MAP_INCH, MAP_POINT, MAP_TWIP, MAP_PIXEL, MAP_SYSFONT, MAP_APPFONT, - MAP_RELATIVE, MAP_REALAPPFONT, MAP_LASTENUMDUMMY }; + MAP_RELATIVE, MAP_LASTENUMDUMMY }; #endif |