rm a XXX that we cant do anything about, and wont break things anyhow

This commit is contained in:
Dana Jansens 2003-02-03 08:43:36 +00:00
parent 586cbd9354
commit cda0b1b8b7

View file

@ -484,9 +484,6 @@ void Client::updateNormalHints()
_min_size.setPoint(0, 0);
_max_size.setPoint(INT_MAX, INT_MAX);
// XXX: might want to cancel any interactive resizing of the window at this
// point..
// get the hints from the window
if (XGetWMNormalHints(**otk::display, _window, &size, &ret)) {
_positioned = (size.flags & (PPosition|USPosition));