summaryrefslogtreecommitdiff
path: root/cups/pwg-private.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2016-03-08 21:16:52 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2016-03-08 21:16:52 +0000
commit788d7a15c5fe8a70af11291e1ed8cb1ca5febcee (patch)
tree7b8ad548498f17db8c071ba09a33e1ab3757ec92 /cups/pwg-private.h
parentf7c7eff771651bcca1b16076ee49ae0c4b14373e (diff)
downloadcups-788d7a15c5fe8a70af11291e1ed8cb1ca5febcee.tar.gz
Remove all remnants of the old private PWG APIs and structures.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13124 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/pwg-private.h')
-rw-r--r--cups/pwg-private.h33
1 files changed, 8 insertions, 25 deletions
diff --git a/cups/pwg-private.h b/cups/pwg-private.h
index 26269254f..25fb667ae 100644
--- a/cups/pwg-private.h
+++ b/cups/pwg-private.h
@@ -1,17 +1,15 @@
/*
- * "$Id$"
+ * Private PWG media API definitions for CUPS.
*
- * Private PWG media API definitions for CUPS.
+ * Copyright 2009-2016 by Apple Inc.
*
- * Copyright 2009-2013 by Apple Inc.
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law. Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file. If this file is
+ * file is missing or damaged, see the license at "http://www.cups.org/".
*
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law. Distribution and use rights are outlined in the file "LICENSE.txt"
- * which should have been included with this file. If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * This file is subject to the Apple OS-Developed Software exception.
*/
#ifndef _CUPS_PWG_PRIVATE_H_
@@ -35,17 +33,6 @@ extern "C" {
/*
- * Deprecated stuff for prior users of the private PWG media API...
- */
-
-# ifndef _CUPS_NO_DEPRECATED
-typedef struct pwg_map_s _pwg_map_t;
-typedef struct pwg_media_s _pwg_media_t;
-typedef struct pwg_size_s _pwg_size_t;
-# endif /* _CUPS_NO_DEPRECATED */
-
-
-/*
* Functions...
*/
@@ -65,7 +52,3 @@ extern pwg_media_t *_pwgMediaNearSize(int width, int length, int epsilon);
# endif /* __cplusplus */
#endif /* !_CUPS_PWG_PRIVATE_H_ */
-
-/*
- * End of "$Id$".
- */