From bfefb35c670cb412318efb87caa5bf89182beac0 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Wed, 10 Apr 2013 18:14:53 +0200 Subject: Removed unused (ancient!) code. (bzr r11608.1.92) --- src/io/Makefile_insert | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/io/Makefile_insert') diff --git a/src/io/Makefile_insert b/src/io/Makefile_insert index 935c0cc07..0556b6419 100644 --- a/src/io/Makefile_insert +++ b/src/io/Makefile_insert @@ -5,8 +5,6 @@ ink_common_sources += \ io/base64stream.cpp \ io/bufferstream.cpp \ io/bufferstream.h \ - io/ftos.cpp \ - io/ftos.h \ io/gzipstream.cpp \ io/gzipstream.h \ io/inkjar.cpp \ -- cgit v1.2.3 From a54cf666ee5f242b47305110e0eaa96bd282438b Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Thu, 25 Jul 2013 00:12:32 +0200 Subject: Remove the "simple SAX" parser. Replace its only use (loading of unit definitions in util/units.cpp) with Glib::Markup (bzr r12438) --- src/io/Makefile_insert | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/io/Makefile_insert') diff --git a/src/io/Makefile_insert b/src/io/Makefile_insert index 935c0cc07..804c9575a 100644 --- a/src/io/Makefile_insert +++ b/src/io/Makefile_insert @@ -15,8 +15,6 @@ ink_common_sources += \ io/inkscapestream.h \ io/resource.cpp \ io/resource.h \ - io/simple-sax.cpp \ - io/simple-sax.h \ io/stringstream.cpp \ io/stringstream.h \ io/sys.h \ -- cgit v1.2.3