Skip to content

Commit 68b0958

Browse files
Removed unused code
1 parent 6c3f825 commit 68b0958

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/DockWidgetTab.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,6 @@ struct DockWidgetTabPrivate
100100
return this->DragState == dragState;
101101
}
102102

103-
/**
104-
* Returns true if the given global point is inside the title area geometry
105-
* rectangle.
106-
* The position is given as global position.
107-
*/
108-
bool titleAreaGeometryContains(const QPoint& GlobalPos) const
109-
{
110-
return DockArea->titleBarGeometry().contains(DockArea->mapFromGlobal(GlobalPos));
111-
}
112103

113104
/**
114105
* Starts floating of the dock widget that belongs to this title bar

0 commit comments

Comments
 (0)