Skip to content

Commit

Permalink
Remove an unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalt committed Oct 18, 2024
1 parent 078a260 commit ab0a1a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devilspie2.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ static void window_name_changed_cb(WnckWindow *window)
static WnckWindow *previous = NULL;
static char *prevname = NULL;

gint64 now = g_get_real_time();
const char *newname = wnck_window_get_name(window);
if (window == previous && prevname && !strcmp (prevname, newname))
return;
Expand Down

0 comments on commit ab0a1a0

Please sign in to comment.