From e2ab1a8ef9ecc8eb978add48c315c6050a06629b Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Wed, 1 Aug 2018 18:32:52 +0200 Subject: [PATCH] Unused and should be removed, fixes last commit --- .../debugger/user_interface/gui/team_window/VariablesView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp b/src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp index 571231b920..0237b1b5c2 100644 --- a/src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp +++ b/src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp @@ -2800,11 +2800,9 @@ VariablesView::_AddTypeHandlerMenuIfNeeded(ModelNode* node, { ValueNodeChild* child = node->NodeChild(); -// Type* type = child->GetType(); if (node->CountChildren() == 1 && node->ChildAt(0)->IsHidden()) { node = node->ChildAt(0); child = node->NodeChild(); -// type = child->GetType(); } int32 handlerCount = TypeHandlerRoster::Default()->CountTypeHandlers(