From 61e207f6e1cf46fbbd0e38e33c586afbafb2a011 Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Wed, 1 Aug 2018 18:29:49 +0200 Subject: [PATCH] Unused Approved by DeadYak to remove --- .../debugger/user_interface/gui/team_window/VariablesView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 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 c397ae4267..571231b920 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,11 @@ VariablesView::_AddTypeHandlerMenuIfNeeded(ModelNode* node, { ValueNodeChild* child = node->NodeChild(); - Type* type = child->GetType(); +// Type* type = child->GetType(); if (node->CountChildren() == 1 && node->ChildAt(0)->IsHidden()) { node = node->ChildAt(0); child = node->NodeChild(); - type = child->GetType(); +// type = child->GetType(); } int32 handlerCount = TypeHandlerRoster::Default()->CountTypeHandlers(