newly created files for use in recording appear in a .stubs folder, and are moved...
[ardour.git] / libs / pbd / pbd / statefuldestructible.h
index 49a33ff4380591d42632085c53ec8165b372cece..36eb43147c88287b31997badc4888242878183db 100644 (file)
@@ -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__ */