rm comment for shit i fixed

This commit is contained in:
Dana Jansens 2003-05-11 21:39:25 +00:00
parent 6385eeb833
commit fed4a9e70b

View file

@ -356,9 +356,6 @@ void menu_control_show(Menu *self, int x, int y, Client *client) {
MIN(y, screen_physical_size.height - self->size.height));
if (!self->shown) {
/* XXX gotta add to the stacking list first!
stacking_raise(MENU_AS_WINDOW(self));
*/
XMapWindow(ob_display, self->frame);
stacking_raise(MENU_AS_WINDOW(self));
self->shown = TRUE;