EditorSnapshots does not benefit by inheriting from EditorComponent

This commit is contained in:
Robin Gareus 2022-08-05 00:14:12 +02:00
parent 916fc4a2ee
commit 67f55d7b4e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 4 additions and 5 deletions

View file

@ -27,10 +27,10 @@
#include <gtkmm/treeview.h>
#include "editor_component.h"
class EditorSnapshots : public EditorComponent, public ARDOUR::SessionHandlePtr
class EditorSnapshots : public ARDOUR::SessionHandlePtr
{
public:
EditorSnapshots (Editor *);
EditorSnapshots ();
void set_session (ARDOUR::Session *);