diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-27 16:05:32 +0000 |
|---|---|---|
| committer | Krzysztof Kosinski <tweenk.pl@gmail.com> | 2011-08-27 16:05:32 +0000 |
| commit | d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a (patch) | |
| tree | 69ea9c65f725d83ae1bc267ea5a0358a1bc1d793 /src/libnr/nr-values.cpp | |
| parent | Remove all NRRect use. (diff) | |
| download | inkscape-d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a.tar.gz inkscape-d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a.zip | |
Completely remove NRRect, NRRectL, in-svg-plane.h
(bzr r10582.1.6)
Diffstat (limited to 'src/libnr/nr-values.cpp')
| -rw-r--r-- | src/libnr/nr-values.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libnr/nr-values.cpp b/src/libnr/nr-values.cpp deleted file mode 100644 index 06f33b13f..000000000 --- a/src/libnr/nr-values.cpp +++ /dev/null @@ -1,18 +0,0 @@ -#define __NR_VALUES_C__ - -#include "libnr/nr-values.h" -#include "libnr/nr-rect.h" -#include "libnr/nr-rect-l.h" - -/* -The following predefined objects are for reference -and comparison. -*/ -NRRect NR_RECT_EMPTY(NR_HUGE, NR_HUGE, -NR_HUGE, -NR_HUGE); -NRRectL NR_RECT_L_EMPTY(NR_HUGE_L, NR_HUGE_L, -NR_HUGE_L, -NR_HUGE_L); - -/** component_vectors[i] is like $e_i$ in common mathematical usage; - or equivalently $I_i$ (where $I$ is the identity matrix). */ -Geom::Point const component_vectors[] = {Geom::Point(1., 0.), - Geom::Point(0., 1.)}; - |
