diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-22 10:50:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-22 10:51:55 +0100 |
commit | 7cd6376b56c27ce341c39195aa9cb0e1166698c5 (patch) | |
tree | 62bf55b31286ea7c60ab3abb4ce8145323ca86d8 /vcl | |
parent | fc8c0de854e1fa73bd3578e6174a57393ecf8f0f (diff) |
WaE: remove now unused bFoundIconSize
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/generic/window/salframe.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index 4472d06cca38..98d6c367a0e0 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -979,7 +979,6 @@ void X11SalFrame::SetIcon( sal_uInt16 nIcon ) #endif const int ourLargestIconSize = 48; - bool bFoundIconSize = false; int i; for( i=0; i<nSizes; i++) @@ -996,7 +995,6 @@ void X11SalFrame::SetIcon( sal_uInt16 nIcon ) && pIconSize[i].max_width <= 2*ourLargestIconSize ) { iconSize = pIconSize[i].max_width; - bFoundIconSize = true; } iconSize = pIconSize[i].max_width; |