diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-07-23 17:01:25 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-07-23 17:01:25 +0000 |
| commit | 971dcf0f1cc99b33e09920370214f8d50324d975 (patch) | |
| tree | 1a1eec3146c1a71ab5233347b3f65d34b6ff8677 /src | |
| parent | Remove approx-equal.h and replace with Geom::are_near (diff) | |
| download | inkscape-971dcf0f1cc99b33e09920370214f8d50324d975.tar.gz inkscape-971dcf0f1cc99b33e09920370214f8d50324d975.zip | |
Remove unused fix for an ancient problem with g_ascii_strtod
(bzr r12432)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/Makefile_insert | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 02a206787..1d27eaef1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -216,7 +216,6 @@ set(inkscape_SRC file.cpp filter-chemistry.cpp filter-enums.cpp - fixes.cpp flood-context.cpp gc-anchored.cpp gc-finalized.cpp diff --git a/src/Makefile_insert b/src/Makefile_insert index 3e61f625a..885b89d78 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -59,7 +59,6 @@ ink_common_sources += \ fill-or-stroke.h \ filter-chemistry.cpp filter-chemistry.h \ filter-enums.cpp filter-enums.h \ - fixes.cpp \ flood-context.cpp flood-context.h \ gc-alloc.h \ gc-anchored.h gc-anchored.cpp \ |
