diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-04-01 11:34:57 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-04-01 11:34:57 +0200 |
| commit | 40755bfad50a3070851bc4cb66211a5c3bfd1420 (patch) | |
| tree | 28385bb29e9232a96ded5328788b5237e3c1ae8c /server/epdfinfo.h | |
| parent | c4ee3878e302d03816738ededa043bb45e048672 (diff) | |
Summary: Removed unused argument type.
* server/epdfinfo.c (command_arg_parse_arg): Remove ARG_QUADRILATERAL.
* server/epdfinfo.h (command_arg_type_t): Dito.
Diffstat (limited to 'server/epdfinfo.h')
| -rw-r--r-- | server/epdfinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/epdfinfo.h b/server/epdfinfo.h index eda4296..33efc05 100644 --- a/server/epdfinfo.h +++ b/server/epdfinfo.h @@ -172,9 +172,6 @@ typedef enum ARG_EDGES, ARG_EDGES_OR_POSITION, ARG_COLOR, -#ifdef HAVE_POPPLER_ANNOT_MARKUP - ARG_QUADRILATERAL, -#endif ARG_REST } command_arg_type_t; |
