summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-2.3.11/src/psnames/psmodule.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-09-27 12:07:24 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-09-27 12:07:24 +0000
commit6fff08d6f5fcdac85369a6f5f481074b83fed347 (patch)
tree1db5111d2701d9d8ad8457092adccff5a2ef2d24 /Build/source/libs/freetype2/freetype-2.3.11/src/psnames/psmodule.h
parent2e26e2de2fab729811e7dd6d11471e0c31b56a04 (diff)
freetype2 2.4.2 (6aug10)
git-svn-id: svn://tug.org/texlive/trunk@19918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/freetype-2.3.11/src/psnames/psmodule.h')
-rw-r--r--Build/source/libs/freetype2/freetype-2.3.11/src/psnames/psmodule.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.3.11/src/psnames/psmodule.h b/Build/source/libs/freetype2/freetype-2.3.11/src/psnames/psmodule.h
deleted file mode 100644
index 28fa14807c0..00000000000
--- a/Build/source/libs/freetype2/freetype-2.3.11/src/psnames/psmodule.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/***************************************************************************/
-/* */
-/* psmodule.h */
-/* */
-/* High-level PSNames module interface (specification). */
-/* */
-/* Copyright 1996-2001 by */
-/* David Turner, Robert Wilhelm, and Werner Lemberg. */
-/* */
-/* This file is part of the FreeType project, and may only be used, */
-/* modified, and distributed under the terms of the FreeType project */
-/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
-/* this file you indicate that you have read the license and */
-/* understand and accept it fully. */
-/* */
-/***************************************************************************/
-
-
-#ifndef __PSMODULE_H__
-#define __PSMODULE_H__
-
-
-#include <ft2build.h>
-#include FT_MODULE_H
-
-
-FT_BEGIN_HEADER
-
-
- FT_DECLARE_MODULE( psnames_module_class )
-
-
-FT_END_HEADER
-
-#endif /* __PSMODULE_H__ */
-
-
-/* END */