From a6277def2a660445fa58228d5f3eb68deef3eba8 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 23 Sep 2008 19:13:01 +0000 Subject: [PATCH] CID 1156 complained that this was an uninitialized variable, though it was merely a completely unneccessary one. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27711 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/diskprobe/ProbeView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/diskprobe/ProbeView.cpp b/src/apps/diskprobe/ProbeView.cpp index 48da77b6b2..8eab82e7b7 100644 --- a/src/apps/diskprobe/ProbeView.cpp +++ b/src/apps/diskprobe/ProbeView.cpp @@ -1136,7 +1136,6 @@ void TypeView::FrameResized(float width, float height) { BRect rect = Bounds(); - BView *fTypeEditorView = fTypeEditorView; BPoint point = fTypeEditorView->Frame().LeftTop(); if ((fTypeEditorView->ResizingMode() & B_FOLLOW_RIGHT) == 0)