diff options
Diffstat (limited to 'src/axonomgrid-snapper.h')
| -rw-r--r-- | src/axonomgrid-snapper.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/axonomgrid-snapper.h b/src/axonomgrid-snapper.h deleted file mode 100644 index 46090ee56..000000000 --- a/src/axonomgrid-snapper.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef SEEN_AXONOMGRID_SNAPPER_H
-#define SEEN_AXONOMGRID_SNAPPER_H
-
-/**
- * \file axonomgrid-snapper.h
- * \brief Snapping things to axonometricgrids.
- *
- * Author:
- * Johan Engelen <johan@shouraizou.nl>
- *
- * Copyright (C) 2006 Author
- *
- * Released under GNU GPL, read the file 'COPYING' for more information
- */
-
-#include "line-snapper.h"
-
-namespace Inkscape
-{
-
-class AxonomGridSnapper : public LineSnapper
-{
-public:
- AxonomGridSnapper(SPNamedView const *nv, NR::Coord const d);
-
-private:
- LineList _getSnapLines(NR::Point const &p) const;
-};
-
-}
-
-#endif
-
|
