summaryrefslogtreecommitdiff
path: root/src/contacts-contact-sheet.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts-contact-sheet.vala')
-rw-r--r--src/contacts-contact-sheet.vala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/contacts-contact-sheet.vala b/src/contacts-contact-sheet.vala
index f518a84..37ff5c3 100644
--- a/src/contacts-contact-sheet.vala
+++ b/src/contacts-contact-sheet.vala
@@ -24,10 +24,7 @@ using Gee;
*
* (Note: to edit a contact, use the {@link ContactEditor} instead.
*/
-[GtkTemplate (ui = "/org/gnome/Contacts/ui/contacts-contact-sheet.ui")]
public class Contacts.ContactSheet : ContactForm {
- [GtkChild]
- private Grid container_grid;
public ContactSheet (Contact contact, Store store) {
this.contact = contact;