]> git.sur5r.net Git - i3/i3/commitdiff
Remove unused variable (fixes warning)
authorMichael Stapelberg <michael+git@stapelberg.de>
Fri, 13 Mar 2009 10:20:21 +0000 (11:20 +0100)
committerMichael Stapelberg <michael+git@stapelberg.de>
Fri, 13 Mar 2009 10:20:21 +0000 (11:20 +0100)
src/handlers.c

index ef28ae7c109d8d47b422307fd4820a323afb844c..a15d726e0370a8c838f10e18fa98524b0f610193 100644 (file)
@@ -648,7 +648,6 @@ int handle_windowname_change_legacy(void *data, xcb_connection_t *conn, uint8_t
 
         /* Save the old pointer to make the update atomic */
         char *new_name;
-        int new_len;
         asprintf(&new_name, "%.*s", xcb_get_property_value_length(prop), (char*)xcb_get_property_value(prop));
         /* Convert it to UCS-2 here for not having to convert it later every time we want to pass it to X */
         LOG("Name should change to \"%s\"\n", new_name);