diff options
Diffstat (limited to 'Userland/DevTools/Inspector/RemoteObjectGraphModel.cpp')
-rw-r--r-- | Userland/DevTools/Inspector/RemoteObjectGraphModel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Userland/DevTools/Inspector/RemoteObjectGraphModel.cpp b/Userland/DevTools/Inspector/RemoteObjectGraphModel.cpp index 6ac721d98a..fa910bc0c7 100644 --- a/Userland/DevTools/Inspector/RemoteObjectGraphModel.cpp +++ b/Userland/DevTools/Inspector/RemoteObjectGraphModel.cpp @@ -95,9 +95,4 @@ GUI::Variant RemoteObjectGraphModel::data(const GUI::ModelIndex& index, GUI::Mod return {}; } -void RemoteObjectGraphModel::update() -{ - did_update(); -} - } |