summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-23 09:47:48 +0200
committerNoel Grandin <noel@peralex.com>2015-01-08 10:39:36 +0200
commit45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch)
treee368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /hwpfilter/source/hbox.h
parent0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff)
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 26a29623057a..1ae07fd974bc 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -199,17 +199,6 @@ enum
EQU_CAP_POS
};
-/**
- * Definitions for frame's common 'option' member.
- */
-#define DRAW_FRAME 1 /* <-> no frame, bit 0 */
-#define NORMAL_PIC 2 /* <-> reverse, bit 1 */
-#define FIT_TO_COLUMN 4 /* fig_xs is columnlen */
-#define UNKNOWN_FILE 8 /* need check reverse for pcx mono */
-#define HYPERTEXT_FLAG 16
-#define UNKNOWN_SIZE 32
-#define FOPT_TEMP_BIT 0x00010000 /* temporary starts from 16th bits */
-
struct CellLine
{
unsigned char key;
@@ -617,7 +606,6 @@ typedef union
PicDefUnknown picun;
} PicDef;
-#define PIC_INFO_LEN 348
/**
* There are four kinds of image.
* @li External image
@@ -842,10 +830,6 @@ struct ShowPageNum: public HBox
};
/* 홀수쪽시작 (21) */
-#define HIDE_HD 1 /* bit 0 */
-#define HIDE_FT 2 /* bit 1 */
-#define HIDE_PGNUM 4 /* bit 2 */
-#define HIDE_FRAME 8 /* bit 3 */
/**
* Controls the display of page number, header, footer and border.
*/