diff options
author | Niels De Graef <nielsdegraef@gmail.com> | 2017-06-24 13:58:46 +0200 |
---|---|---|
committer | Niels De Graef <nielsdegraef@gmail.com> | 2017-06-24 13:58:46 +0200 |
commit | 081b24b59b32030280a6e6681cea8cb9243d56cf (patch) | |
tree | 276d676f92826203ac1ec77a6ae2f82a45be9b41 /src/contacts-window.vala | |
parent | a483ccf5a68fc044af126246809369e314afa7a8 (diff) | |
download | gnome-contacts-081b24b59b32030280a6e6681cea8cb9243d56cf.tar.gz |
Forgot to remove an obsolete comment
Diffstat (limited to 'src/contacts-window.vala')
-rw-r--r-- | src/contacts-window.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contacts-window.vala b/src/contacts-window.vala index 0b6d89f..c1e56c5 100644 --- a/src/contacts-window.vala +++ b/src/contacts-window.vala @@ -458,7 +458,6 @@ public class Contacts.Window : Gtk.ApplicationWindow { set_shown_contact (null); this.select_button.active = false; - // XXX var msg = _("Contact deleted: ā%sā").printf (contact.display_name); var b = new Button.with_mnemonic (_("_Undo")); |