You may simply remove everything except the util folder, and
dom.h  domimpl.cpp  domimpl.h  domptr.cpp  domptr.h  ucd.cpp  ucd.h  uri.cpp  uri.h
 
Actually, that's about 50000 lines less :) .
 
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C++                            797          60098          60211         295830
C/C++ Header                  1060          32179          58535          90647
 
 
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C++                            782          57002          57216         286170
C/C++ Header                  1037          24443          43941          77657
 
 
Regards,
Markus
 
-----Ursprüngliche Nachricht-----
Von: Martin Owens [mailto:doctormo@...400...]
Gesendet: Dienstag, 25. Februar 2014 17:59
An: Bryce Harrington
Cc: Inkscape Devel List; Inkscape User Community
Betreff: Re: [Inkscape-devel] URI
 
On Mon, 2014-02-24 at 23:51 -0800, Bryce Harrington wrote:
> 2. Remove dom/ directory
> This directory contains strange code which is barely used. The only
> class which is actually used is the URI class.
 
That's worth knowing, I'll hack that up in my branch as I add the data uri support.
 
Martin,