diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-15 21:35:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-16 08:42:18 +0100 |
commit | 420059de8576693b23661c64e55792ae992780ef (patch) | |
tree | 46669e9f1845f29b32ab7edebd234e09aedca006 | |
parent | 6c5a1601d2ef47723a130e73953dd569f2cc856f (diff) |
Remove unused GDI_METAFILE_LABEL_NOTFOUND
...unused since 22bd00fa7f6b90964e5eca03c314cdfa7ac2be12 "remove unused #defines
METAFILE_END and METAFILE_LABEL_NOTFOUND"
Change-Id: Ia9bcd4100f03c12c8e97b57cbfabfbf634248014
Reviewed-on: https://gerrit.libreoffice.org/47918
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | include/vcl/gdimtf.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx index 6785a7b9e3c3..2a0baaded027 100644 --- a/include/vcl/gdimtf.hxx +++ b/include/vcl/gdimtf.hxx @@ -41,7 +41,6 @@ class Gradient; #define GDI_METAFILE_END (size_t(0xFFFFFFFF)) -#define GDI_METAFILE_LABEL_NOTFOUND ((size_t)0xFFFFFFFF) enum class MtfConversion { |