Removed unused code

This commit is contained in:
Uwe Kindler 2020-02-02 16:02:12 +01:00
parent 6c3f82547d
commit 68b0958119

View File

@ -100,15 +100,6 @@ struct DockWidgetTabPrivate
return this->DragState == dragState;
}
/**
* Returns true if the given global point is inside the title area geometry
* rectangle.
* The position is given as global position.
*/
bool titleAreaGeometryContains(const QPoint& GlobalPos) const
{
return DockArea->titleBarGeometry().contains(DockArea->mapFromGlobal(GlobalPos));
}
/**
* Starts floating of the dock widget that belongs to this title bar