gui: Remove references to the on_remove() notification

It no longer exists.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-04-09 09:21:30 -04:00
parent eabb5ef856
commit 1ec9d830cc
2 changed files with 0 additions and 3 deletions

View File

@ -72,8 +72,6 @@ void Tab :: tab_finish_init()
* *
*/ */
void Tab :: on_remove() {}
void Tab :: on_track_added(unsigned int row) void Tab :: on_track_added(unsigned int row)
{ {
tab_model->on_row_inserted(row); tab_model->on_row_inserted(row);

View File

@ -53,7 +53,6 @@ public:
/** /**
* QNotifier implementation * QNotifier implementation
*/ */
void on_remove();
void on_track_added(unsigned int); void on_track_added(unsigned int);
virtual void on_track_removed(unsigned int); virtual void on_track_removed(unsigned int);
void on_track_updated(unsigned int); void on_track_updated(unsigned int);