From e285d4c912938f0d562878a8f89a0419858bc65e Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 25 Apr 2023 20:28:13 +0100 Subject: [PATCH] Tidying --- .../SnapshotManager/SnapshotViewer/SnapshotViewer.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotViewer/SnapshotViewer.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotViewer/SnapshotViewer.hpp index 3247e4f3..460427e1 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotViewer/SnapshotViewer.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotViewer/SnapshotViewer.hpp @@ -61,8 +61,6 @@ namespace Bloom::Widgets TaskProgressIndicator* taskProgressIndicator = nullptr; - PushButton* closeButton = nullptr; - void onHexViewerReady(); void restoreSelectedBytes( const std::unordered_map& selectedByteItemsByAddress,