aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/SMFDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SMFDriver.hpp')
-rw-r--r--src/engine/SMFDriver.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/SMFDriver.hpp b/src/engine/SMFDriver.hpp
index 7081dc2..c031ebb 100644
--- a/src/engine/SMFDriver.hpp
+++ b/src/engine/SMFDriver.hpp
@@ -35,7 +35,6 @@ namespace Machina {
class Node;
class Machine;
-
class SMFDriver : public Driver,
public boost::enable_shared_from_this<SMFDriver> {
public:
@@ -72,7 +71,6 @@ private:
Raul::TimeDuration max_duration);
};
-
} // namespace Machina
#endif // MACHINA_SMFDRIVER_HPP