Ver código fonte

LibGUI: Remove GModel::on_selection_changed

The selection is no longer managed by the model.
Sergey Bugaev 5 anos atrás
pai
commit
f02c9aaac4
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      Libraries/LibGUI/GModel.h

+ 0 - 1
Libraries/LibGUI/GModel.h

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