diff --git a/src/client.cc b/src/client.cc index 54e53032..08feae3e 100644 --- a/src/client.cc +++ b/src/client.cc @@ -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));