summaryrefslogtreecommitdiffstats
path: root/src/grid-snapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grid-snapper.h')
-rw-r--r--src/grid-snapper.h12
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