From e26778ae3dfdfffdad7442f59760d292a002537c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 26 Jan 2006 16:45:51 +0000 Subject: [PATCH] useless Invalidate() git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16106 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/InstallerWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index 99633ce252..20492110f5 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -393,6 +393,5 @@ InstallerWindow::SetStatusMessage(const char *text) { BAutolock(this); fStatusView->SetText(text); - fStatusView->Invalidate(); }