1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-08 23:04:15 +01:00

*** empty log message ***

This commit is contained in:
nwanua
2000-11-04 00:58:42 +00:00
parent decf2571a8
commit 54a46fa513

View File

@@ -2531,12 +2531,6 @@ handleEvents(XEvent *event, void *data)
case DestroyNotify:
clearText(tPtr);
if(tPtr->hS)
WMDestroyWidget(tPtr->hS);
if(tPtr->vS)
WMDestroyWidget(tPtr->vS);
if(tPtr->ruler)
WMDestroyWidget(tPtr->ruler);
if(tPtr->db)
XFreePixmap(tPtr->view->screen->display, tPtr->db);
if(tPtr->gfxItems)