From 25a43d58dead31caf482fc8ada4f231d2f1269d9 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sun, 29 May 2011 12:43:17 +0000 Subject: - moved cut,copy'n'paste to functions.cpp, removed unneccessary duplication - changed behaviour of paste: now the pasted, not the original notes are selected --- muse2/muse/midiedit/dcanvas.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'muse2/muse/midiedit/dcanvas.h') diff --git a/muse2/muse/midiedit/dcanvas.h b/muse2/muse/midiedit/dcanvas.h index 5a1fefeb..364d9268 100644 --- a/muse2/muse/midiedit/dcanvas.h +++ b/muse2/muse/midiedit/dcanvas.h @@ -66,8 +66,6 @@ class DrumCanvas : public EventCanvas { int y2pitch(int y) const; int pitch2y(int pitch) const; - void copy(); - void paste(); void startDrag(CItem*, bool copymode); void dragEnterEvent(QDragEnterEvent* event); void dragMoveEvent(QDragMoveEvent*); -- cgit v1.2.3