mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Remove unused code.
git-svn-id: svn://localhost/ardour2/branches/3.0@8986 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c75b17e3ba
commit
165a38e74e
2 changed files with 3 additions and 28 deletions
|
|
@ -91,14 +91,6 @@ public:
|
|||
ArdourCanvas::SimpleRect* rect;
|
||||
};
|
||||
|
||||
class Hit : public Event {
|
||||
public:
|
||||
Hit(ArdourCanvas::CanvasHit*, ArdourCanvas::Group*);
|
||||
~Hit();
|
||||
|
||||
ArdourCanvas::Diamond* diamond;
|
||||
};
|
||||
|
||||
MidiGhostRegion(TimeAxisView& tv, TimeAxisView& source_tv, double initial_unit_pos);
|
||||
MidiGhostRegion(MidiStreamView& msv, TimeAxisView& source_tv, double initial_unit_pos);
|
||||
~MidiGhostRegion();
|
||||
|
|
@ -112,7 +104,6 @@ public:
|
|||
void update_range();
|
||||
|
||||
void add_note(ArdourCanvas::CanvasNote*);
|
||||
void add_hit(ArdourCanvas::CanvasHit*);
|
||||
void update_note (ArdourCanvas::CanvasNote *);
|
||||
|
||||
void clear_events();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue