summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 12:03:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 17:11:47 +0100
commitb6d5125004e61ebd76193321f882c7f6d41f47b5 (patch)
treebbd91c0aeb3a6dbbe2b2b582d0f3da6cfa6e3da8 /hwpfilter
parent52976d3a9f693548f4f833f56f7d029baddf3389 (diff)
Unused macro
Change-Id: Ib5d70010aab13a3ab8ca67284aa0af1736e8017a
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/drawing.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hwpfilter/source/drawing.h b/hwpfilter/source/drawing.h
index dfc31bf57237..904758a7922f 100644
--- a/hwpfilter/source/drawing.h
+++ b/hwpfilter/source/drawing.h
@@ -58,8 +58,6 @@ typedef int (*HWPDOFuncType) (int, HWPDrawingObject *, int, void *, int);
#define HWPDOFunc(hdo, cmd, argp, argv) \
(HWPDOFuncTbl[(hdo)->type]((hdo)->type, (hdo), (cmd), (argp), (argv)))
-#define HWPDOFunc2(type, cmd, argp, argv) \
- (HWPDOFuncTbl[(type)]((type), NULL, (cmd), (argp), (argv)))
static int HWPDOLineFunc(int, HWPDrawingObject *, int, void *, int);
static int HWPDORectFunc(int, HWPDrawingObject *, int, void *, int);