coverity#1266503 Useless call

Change-Id: Ifcbee64fcb41a99421b4894e3b4e2472c1ea58a4
This commit is contained in:
Caolán McNamara
2015-01-25 14:16:06 +00:00
parent f0a9acee24
commit 5bf41f6026

View File

@@ -51,7 +51,6 @@ FilterDialog::FilterDialog( vcl::Window* pParentWindow )
{
get(m_pFtURL, "url");
get(m_pLbFilters, "filters");
m_pFtURL->GetOutputSizePixel();
Size aSize(pParentWindow->LogicToPixel(Size(182, 175), MAP_APPFONT));
m_pLbFilters->set_height_request(aSize.Height());
m_pLbFilters->set_width_request(aSize.Width());