diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-08-01 19:15:16 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-08-01 19:15:16 +0000 |
| commit | a45a0820bec31c1611da0c8de6ecfec218d2419a (patch) | |
| tree | 39a36f8323928a800aebc7266cce7e3bfadec308 /src/libnr | |
| parent | replace matrix division code. (diff) | |
| download | inkscape-a45a0820bec31c1611da0c8de6ecfec218d2419a.tar.gz inkscape-a45a0820bec31c1611da0c8de6ecfec218d2419a.zip | |
2geomify a lot of NR::Points to Geom::Point
(bzr r6513)
Diffstat (limited to 'src/libnr')
| -rw-r--r-- | src/libnr/nr-point.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libnr/nr-point.h b/src/libnr/nr-point.h index ff9b5a454..57a25c746 100644 --- a/src/libnr/nr-point.h +++ b/src/libnr/nr-point.h @@ -126,10 +126,6 @@ public: friend inline std::ostream &operator<< (std::ostream &out_file, const NR::Point &in_pnt); - inline Geom::Point to_2geom() const { - return Geom::Point(_pt[X], _pt[Y]); - } - inline operator Geom::Point() const { return Geom::Point(_pt[X], _pt[Y]); } private: |
