summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwpfilter/source/drawing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hwpfilter/source/drawing.h b/hwpfilter/source/drawing.h
index b542355c738d..66b111a1cca1 100644
--- a/hwpfilter/source/drawing.h
+++ b/hwpfilter/source/drawing.h
@@ -205,7 +205,6 @@ static bool LoadCommonHeader(HWPDrawingObject * hdo, unsigned short * link_info)
return false;
if (!hmem->read4b(hdo->extent.w))
return false;
- return false;
if (!hmem->read4b(hdo->extent.h))
return false;
if (!hmem->read4b(hdo->offset2.x))