GNOME Bugzilla – Bug 662456
Delete unused variables
Last modified: 2011-10-24 08:12:45 UTC
Created attachment 199722 [details] [review] Delete unused variables While reading the code I noticed that a few variables were duplicated in main.vala and contacts-app.vala. Browsing the logs showed that the variables were copied to contacts-app.vala and used there instead. Their use was removed in main.vala: http://git.gnome.org/browse/gnome-contacts/commit/src/main.vala?id=281929b6dc551eb6c14be66217bbb4f9f75b6c8e Then copied to contacts-app.vala and used there: http://git.gnome.org/browse/gnome-contacts/commit/src/contacts-app.vala?id=281929b6dc551eb6c14be66217bbb4f9f75b6c8e The attached patch deletes the variables from main.vala
commited thanks!