diff --git a/widget/src/gtk/nsWindow.cpp b/widget/src/gtk/nsWindow.cpp index a9bd115cfd03..e06b29cd0a9c 100644 --- a/widget/src/gtk/nsWindow.cpp +++ b/widget/src/gtk/nsWindow.cpp @@ -2772,8 +2772,6 @@ NS_IMETHODIMP nsWindow::Resize(PRInt32 aWidth, PRInt32 aHeight, PRBool aRepaint) // Show(TRUE) will be ignored until a larger resize has happened if (aWidth <= 1 || aHeight <= 1) { - aWidth = 1; - aHeight = 1; mIsTooSmall = PR_TRUE; } else