remove all XML related API from canvas. it may have been useful during development, but it is just a distraction - we will NEVER be saving or restoring canvas state via XML or any kind of serialized state

This commit is contained in:
Paul Davis 2013-04-15 21:57:08 -04:00
parent fe34485907
commit 84fb0a8dce
39 changed files with 1 additions and 463 deletions

View file

@ -49,15 +49,3 @@ Pixbuf::pixbuf() {
return _pixbuf;
}
XMLNode *
Pixbuf::get_state () const
{
/* XXX */
return new XMLNode ("Pixbuf");
}
void
Pixbuf::set_state (XMLNode const * /*node*/)
{
/* XXX */
}