gui: Remove usage of Q_NOTIFY_REMOVE

The notification no longer exists, and the flag will soon be removed.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-04-09 09:18:43 -04:00
parent 9180545bc2
commit 9ebb31e09b
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ QueueTab :: QueueTab(Queue *pq, unsigned int num)
gui :: get_widget<Gtk::Notebook>("o_notebook")->insert_page(q_vbox, q_tab_box, num);
gui :: get_widget<Gtk::Notebook>("o_notebook")->set_tab_reorderable(q_vbox);
q_vbox.show_all();
tab_pq->unset_flag(Q_NOTIFY_REMOVE);
}
QueueTab :: ~QueueTab()