mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGUI: Remove GModel activations to GAbstractView.
Now you can hook activation via GAbstractView::on_activation. The design still isn't quite right, we should eventually move the selection away from the model somehow.
This commit is contained in:
@@ -72,7 +72,3 @@ void IRCLogBufferModel::update()
|
||||
{
|
||||
did_update();
|
||||
}
|
||||
|
||||
void IRCLogBufferModel::activate(const GModelIndex&)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user