diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-03-25 22:05:48 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-03-25 22:05:48 +0000 |
| commit | fdc95626108a36c42fc7cd33be24378fd5dc4ef8 (patch) | |
| tree | 046f63caeb7b807eca0e38aeaa24fcac079f4b9f /src/grid-snapper.h | |
| parent | Improve dependencies using URI normalization. A little faster, too. (diff) | |
| download | inkscape-fdc95626108a36c42fc7cd33be24378fd5dc4ef8.tar.gz inkscape-fdc95626108a36c42fc7cd33be24378fd5dc4ef8.zip | |
Purging old axonometric grid code: reworked it into the new grid class structure. Still needs alot of work (snapping mostly and code cleansing).
(bzr r2757)
Diffstat (limited to 'src/grid-snapper.h')
| -rw-r--r-- | src/grid-snapper.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/grid-snapper.h b/src/grid-snapper.h index 1a3e6d3a8..1a704dd4e 100644 --- a/src/grid-snapper.h +++ b/src/grid-snapper.h @@ -31,18 +31,6 @@ private: LineList _getSnapLines(NR::Point const &p) const; }; - -class AxonomGridSnapper : public LineSnapper -{ -public: - AxonomGridSnapper(SPNamedView const *nv, NR::Coord const d); - -private: - LineList _getSnapLines(NR::Point const &p) const; -}; - - - } #endif |
