summaryrefslogtreecommitdiffstats
path: root/src/libnr
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-08-27 17:08:22 +0000
committerKrzysztof Kosinski <tweenk.pl@gmail.com>2011-08-27 17:08:22 +0000
commit49627b00f997f2068eb5836376fe4723154ca5bd (patch)
tree87c5e554d8020ebfb93414fb25b9ca5c3adad0fb /src/libnr
parentRemove unused function project_on_linesegment from nr-point-fns.h (diff)
downloadinkscape-49627b00f997f2068eb5836376fe4723154ca5bd.tar.gz
inkscape-49627b00f997f2068eb5836376fe4723154ca5bd.zip
Remove nr-forward.h
(bzr r10582.1.8)
Diffstat (limited to 'src/libnr')
-rw-r--r--src/libnr/CMakeLists.txt18
-rw-r--r--src/libnr/Makefile_insert1
-rw-r--r--src/libnr/nr-forward.h28
3 files changed, 0 insertions, 47 deletions
diff --git a/src/libnr/CMakeLists.txt b/src/libnr/CMakeLists.txt
index 8a31e20db..0adea96f0 100644
--- a/src/libnr/CMakeLists.txt
+++ b/src/libnr/CMakeLists.txt
@@ -1,32 +1,14 @@
set(nr_SRC
- # in-svg-plane-test.cpp
nr-object.cpp
nr-point-fns.cpp
- # nr-point-fns-test.cpp
- nr-rect.cpp
- nr-rect-l.cpp
- # nr-rotate-fns-test.cpp
- #nr-translate-test.cpp
- # nr-types-test.cpp
nr-values.cpp
- # testnr.cpp
-
# -------
# Headers
- # in-svg-plane-test.h
- in-svg-plane.h
- nr-convert2geom.h
- nr-forward.h
nr-macros.h
nr-object.h
- # nr-point-fns-test.h
nr-point-fns.h
- nr-rect-l.h
- nr-rect.h
- # nr-translate-test.h
- # nr-types-test.h
nr-values.h
)
diff --git a/src/libnr/Makefile_insert b/src/libnr/Makefile_insert
index 6156a45e3..c4b6daa12 100644
--- a/src/libnr/Makefile_insert
+++ b/src/libnr/Makefile_insert
@@ -1,7 +1,6 @@
## Makefile.am fragment sourced by src/Makefile.am.
ink_common_sources += \
- libnr/nr-forward.h \
libnr/nr-macros.h \
libnr/nr-object.cpp \
libnr/nr-object.h \
diff --git a/src/libnr/nr-forward.h b/src/libnr/nr-forward.h
deleted file mode 100644
index 4895ad407..000000000
--- a/src/libnr/nr-forward.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef __NR_FORWARD_H__
-#define __NR_FORWARD_H__
-
-/*
- * Pixel buffer rendering library
- *
- * Authors:
- * Lauris Kaplinski <lauris@kaplinski.com>
- *
- * This code is in public domain
- */
-
-struct NRPixBlock;
-struct NRRect;
-struct NRRectL;
-
-#endif
-
-/*
- Local Variables:
- mode:c++
- c-file-style:"stroustrup"
- c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
- indent-tabs-mode:nil
- fill-column:99
- End:
-*/
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :