summaryrefslogtreecommitdiff
path: root/libs/canvas/pixbuf.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-15 21:57:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-15 21:57:08 -0400
commit84fb0a8dceda063d58b946cb891c3e21214c8f75 (patch)
tree1802e90cff0548e201397392c8aebd9f8f5f83dd /libs/canvas/pixbuf.cc
parentfe344859073b00ff63b0fd0b68c26af6cd96aae3 (diff)
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
Diffstat (limited to 'libs/canvas/pixbuf.cc')
-rw-r--r--libs/canvas/pixbuf.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/libs/canvas/pixbuf.cc b/libs/canvas/pixbuf.cc
index ccb42fdf74..59fd99ba6d 100644
--- a/libs/canvas/pixbuf.cc
+++ b/libs/canvas/pixbuf.cc
@@ -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 */
-}