Remove duplicate method declaration

This commit is contained in:
Ryan Huffman 2014-04-29 17:04:02 -07:00
parent 39c959d245
commit 98a736a39c

View file

@ -38,8 +38,6 @@ protected:
bool eventFilter(QObject* sender, QEvent* event);
private:
void resizeAndPosition(bool resizeParent = true);
bool _allowResize;
bool _isResizing;
int _resizeInitialWidth;