Remove unused method.
[ardour.git] / libs / pbd / command.cc
index f84d99491f75fb76d31e3095a2186668fb5650c8..452223317b06922783930b23b7a358f7b033f083 100644 (file)
 
 */
 
-#include <pbd/command.h>
-#include <pbd/xml++.h>
-
+#include "pbd/command.h"
+#include "pbd/xml++.h"
 
 XMLNode &Command::get_state()
 {
-    XMLNode *node = new XMLNode ("Command");
-    node->add_content("WARNING: Somebody forgot to subclass Command.");
-    return *node;
+       XMLNode *node = new XMLNode ("Command");
+       node->add_content("WARNING: Somebody forgot to subclass Command.");
+       return *node;
 }