Useless conditional.

This commit is contained in:
kevin 2019-06-26 19:18:57 -04:00
parent e68da0a4cc
commit 7d9b6e8b6c

View File

@ -58,10 +58,8 @@ hgx11grab::hgx11grab(Display *display, unsigned short scaleDivisor)
hgx11grab::~hgx11grab()
{
if (_display_p != nullptr) {
_freeResources();
}
}
int hgx11grab::getDest_height() const
{