1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00

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();