summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite-engine/include/graphite/IGrEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite-engine/include/graphite/IGrEngine.h')
-rw-r--r--Build/source/libs/graphite-engine/include/graphite/IGrEngine.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/Build/source/libs/graphite-engine/include/graphite/IGrEngine.h b/Build/source/libs/graphite-engine/include/graphite/IGrEngine.h
deleted file mode 100644
index 481cb534b46..00000000000
--- a/Build/source/libs/graphite-engine/include/graphite/IGrEngine.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*--------------------------------------------------------------------*//*:Ignore this sentence.
-Copyright (C) 2003 SIL International. All rights reserved.
-
-Distributable under the terms of either the Common Public License or the
-NU Lesser General Public License, as specified in the LICENSING.txt file.
-
-File: IGrEngine.h
-Responsibility: Sharon Correll
-Last reviewed: Not yet.
-
-Description:
- A very minimal interface representing the Graphite engine, for passing to the
- GrJustifier.
--------------------------------------------------------------------------------*//*:End Ignore*/
-#ifdef _MSC_VER
-#pragma once
-#endif
-#ifndef IGRENG_INCLUDED
-#define IGRENG_INCLUDED
-
-namespace gr
-{
-/*----------------------------------------------------------------------------------------------
- Class: IGrEngine
-----------------------------------------------------------------------------------------------*/
-class IGrEngine
-{
-};
-
-} // namespace gr
-
-#if defined(GR_NO_NAMESPACE)
-using namespace gr;
-#endif
-
-#endif // !IGRENG_INCLUDED