tweak transport bar spacing
[ardour.git] / libs / pbd / pbd / statefuldestructible.h
index 83eff473d6dff23fca669dd15e0d5a0724a8b01b..36eb43147c88287b31997badc4888242878183db 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef __pbd_stateful_destructible_h__
 #define __pbd_stateful_destructible_h__
 
-#include <pbd/stateful.h>
-#include <pbd/destructible.h>
+#include "pbd/stateful.h"
+#include "pbd/destructible.h"
 
 namespace PBD {
 
@@ -29,16 +29,6 @@ class StatefulDestructible : public Stateful, public Destructible
 {
 };
 
-/* be very very careful using this class. it does not inherit from sigc::trackable and thus
-   should only be used in multiple-inheritance situations involving another type
-   that does inherit from sigc::trackable (or sigc::trackable itself)
-*/
-
-class StatefulThingWithGoingAway : public Stateful, public ThingWithGoingAway
-{
-};
-
 }
 
-
 #endif /* __pbd_stateful_destructible_h__ */