summaryrefslogtreecommitdiff
path: root/LibGUI/GSortingProxyModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI/GSortingProxyModel.cpp')
-rw-r--r--LibGUI/GSortingProxyModel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/LibGUI/GSortingProxyModel.cpp b/LibGUI/GSortingProxyModel.cpp
index a2fbe054c6..380748fc49 100644
--- a/LibGUI/GSortingProxyModel.cpp
+++ b/LibGUI/GSortingProxyModel.cpp
@@ -55,11 +55,6 @@ GVariant GSortingProxyModel::data(const GModelIndex& index, Role role) const
return target().data(map_to_target(index), role);
}
-void GSortingProxyModel::activate(const GModelIndex& index)
-{
- target().activate(map_to_target(index));
-}
-
void GSortingProxyModel::update()
{
target().update();