GNOME Bugzilla – Bug 764386
ephy-history-window: remove dead code
Last modified: 2016-03-31 14:20:13 UTC
I found dead code in ephy-history-window.c self->window isnt referenced and gets handled at finalize-stage. I attached a patch to get rid of that deadcode.
Created attachment 325037 [details] [review] Removed dead code
Created attachment 325072 [details] [review] fix for compilation break
Thanks. In the future, you can squash these patches together using 'git rebase -i', which is what I'm going to do when pushing them.