dont check for != NULL before freeing. pointless.

This commit is contained in:
Dana Jansens 2003-03-21 10:35:35 +00:00
parent d4601cd034
commit 94d871a390

View file

@ -947,7 +947,6 @@ void client_update_title(Client *self)
{
gchar *data = NULL;
if (self->title != NULL)
g_free(self->title);
/* try netwm */
@ -982,7 +981,6 @@ void client_update_icon_title(Client *self)
{
gchar *data = NULL;
if (self->icon_title != NULL)
g_free(self->icon_title);
/* try netwm */