summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/transupp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/transupp.h')
-rw-r--r--vcl/source/filter/jpeg/transupp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/filter/jpeg/transupp.h b/vcl/source/filter/jpeg/transupp.h
index 69bf46f876af..4448c9fa8272 100644
--- a/vcl/source/filter/jpeg/transupp.h
+++ b/vcl/source/filter/jpeg/transupp.h
@@ -76,7 +76,6 @@
* be aware of the option to know how many components to work on.
*/
-
/* Short forms of external names for systems with brain-damaged linkers. */
#ifdef NEED_SHORT_EXTERNAL_NAMES
@@ -89,7 +88,6 @@
#define jcopy_markers_execute jCMrkExec
#endif /* NEED_SHORT_EXTERNAL_NAMES */
-
/*
* Codes for supported types of image transformations.
*/
@@ -162,7 +160,6 @@ typedef struct {
int iMCU_sample_height;
} jpeg_transform_info;
-
#if TRANSFORMS_SUPPORTED
/* Parse a crop specification (written in X11 geometry style) */
@@ -198,7 +195,6 @@ EXTERN(boolean) jtransform_perfect_transform
#endif /* TRANSFORMS_SUPPORTED */
-
/*
* Support for copying optional markers from source to destination file.
*/