From 7426c96812843f00308525c0a42a0c9ec960d247 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 9 Dec 2021 19:41:21 -0700 Subject: [PATCH] remove incorrectly added files --- gtk2_ardour/audio_clip_editor.cc | 30 ------------------------------ gtk2_ardour/audio_clip_editor.h | 32 -------------------------------- 2 files changed, 62 deletions(-) delete mode 100644 gtk2_ardour/audio_clip_editor.cc delete mode 100644 gtk2_ardour/audio_clip_editor.h diff --git a/gtk2_ardour/audio_clip_editor.cc b/gtk2_ardour/audio_clip_editor.cc deleted file mode 100644 index cc3a73dfee..0000000000 --- a/gtk2_ardour/audio_clip_editor.cc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright (C) 2021 Paul Davis - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#include "audio_clip_editor.h" - -#include "pbd/i18n.h" - -AudioClipEditor::AudioClipEditor () -{ - -} - -AudioClipEditor::~AudioClipEditor () -{ -} diff --git a/gtk2_ardour/audio_clip_editor.h b/gtk2_ardour/audio_clip_editor.h deleted file mode 100644 index 83e700f764..0000000000 --- a/gtk2_ardour/audio_clip_editor.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (C) 2021 Paul Davis - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef __gtk2_ardour_audio_clip_editor_h__ -#define __gtk2_ardour_audio_clip_editor_h__ - -#include "canvas/canvas.h" - -class AudioClipEditor : public ArdourCanvas::GtkCanvas -{ - public: - AudioClipEditor (); - ~AudioClipEditor (); -}; - - -#endif /* __gtk2_ardour_audio_clip_editor_h__ */