LibGUI: Remove GModel::on_selection_changed

The selection is no longer managed by the model.
This commit is contained in:
Sergey Bugaev
2019-10-02 22:46:53 +03:00
committed by Andreas Kling
parent 395e4210ef
commit f02c9aaac4

View File

@@ -65,7 +65,6 @@ public:
void unregister_view(Badge<GAbstractView>, GAbstractView&);
Function<void()> on_update;
Function<void(const GModelIndex&)> on_selection_changed;
protected:
GModel();