Removed useless variable.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20803 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2007-04-24 21:44:06 +00:00
parent 8b618e0a63
commit 8bf025e532
1 changed files with 1 additions and 2 deletions

View File

@ -65,9 +65,8 @@ GLInfoApp::GLInfoApp()
GLInfoWindow::GLInfoWindow(BRect frame)
: BWindow(frame, "OpenGL Info", B_TITLED_WINDOW, 0)
{
BRect rect = Bounds();
BRect rect = Bounds();
char *string;
BString label;
// Add a outline list view
rect.right -= B_V_SCROLL_BAR_WIDTH;