summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hpara.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index 4b082eaf5efe..e9886656abc9 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -135,21 +135,10 @@ class DLLEXPORT HWPPara
*/
HWPPara *Next(void) { return _next;}
- int HomePos(int line) const;
-
private:
HBox *readHBox(HWPFile &);
};
-// inline functions
-
-inline int HWPPara::HomePos(int line) const
-{
- if( nline < line + 1 ) return nch;
- return linfo[line].pos;
-}
-
-
#endif // INCLUDED_HWPFILTER_SOURCE_HPARA_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */