diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-12-10 13:16:22 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-12-10 13:16:22 +0000 |
| commit | d12d3bc2583b3cbd6d29ed0bc47c644b5c7203f6 (patch) | |
| tree | 7f9ac6beba00c127cbee61f5caae70beca876858 /src | |
| parent | add snapped-line.cpp and snapped-line.h to src/Makefile_insert for make distc... (diff) | |
| download | inkscape-d12d3bc2583b3cbd6d29ed0bc47c644b5c7203f6.tar.gz inkscape-d12d3bc2583b3cbd6d29ed0bc47c644b5c7203f6.zip | |
remove all mention of extension/internal/gnome.cpp from build files for make distcheck; this included removing mention from a comment in src/libnr/nr-path.h
(bzr r4201)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/libnr/nr-path.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0c84fe7b8..72d72c14a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -166,8 +166,6 @@ EXTRA_DIST = \ widgets/makefile.in \ xml/makefile.in \ 2geom/makefile.in \ - extension/internal/gnome.cpp \ - extension/internal/gnome.h \ extension/internal/win32.cpp \ extension/internal/win32.h \ extension/internal/emf-win32-inout.cpp \ diff --git a/src/libnr/nr-path.h b/src/libnr/nr-path.h index 234cbb11e..95b4f726b 100644 --- a/src/libnr/nr-path.h +++ b/src/libnr/nr-path.h @@ -32,8 +32,6 @@ NArtBpath* nr_artpath_affine(NArtBpath *s, NR::Matrix const &transform); -//ArtBpath* nr_artpath_to_art_bpath(NArtBpath *s); // this lives in src/extension/internal/gnome.cpp to avoid requiring libart everywhere - struct NRBPath { NArtBpath *path; }; |
