summaryrefslogtreecommitdiff
path: root/vcl/inc/graphite_static.hxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-23 14:00:20 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-26 05:12:16 +0000
commit67936ee7ed717eb385b608d7eedcefa61fe13295 (patch)
treeb1698e1dbb3cb2877b437901a8da3710ccc59347 /vcl/inc/graphite_static.hxx
parentaabc5aab5af27e929a81a6036d2f470ab1f5ac4d (diff)
Kill old Graphite layout engines
Change-Id: Ia19d4d0a3a33694b6edfff62e6b40028dac19677 Reviewed-on: https://gerrit.libreoffice.org/31212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/inc/graphite_static.hxx')
-rw-r--r--vcl/inc/graphite_static.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/vcl/inc/graphite_static.hxx b/vcl/inc/graphite_static.hxx
deleted file mode 100644
index c13333150a56..000000000000
--- a/vcl/inc/graphite_static.hxx
+++ /dev/null
@@ -1,21 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#ifndef INCLUDED_VCL_INC_GRAPHITE_STATIC_HXX
-#define INCLUDED_VCL_INC_GRAPHITE_STATIC_HXX
-
-#ifdef _WIN32
-# ifndef GRAPHITE2_STATIC
-# define GRAPHITE2_STATIC 1
-# endif
-#endif
-
-#endif // INCLUDED_VCL_INC_GRAPHITE_STATIC_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */