diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 23:05:15 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-24 19:29:03 +0800 |
commit | 4f470e26bafd3d2717b20af5e8846c114a2785d7 (patch) | |
tree | bc1c118cf51cde3c36df7bff85e3fe730bd011f7 /libempathy-gtk/Makefile.am | |
parent | 1c51f65b87f5b523e6fdc76b91402936e9599cff (diff) | |
download | gsoc2013-empathy-4f470e26bafd3d2717b20af5e8846c114a2785d7.tar gsoc2013-empathy-4f470e26bafd3d2717b20af5e8846c114a2785d7.tar.gz gsoc2013-empathy-4f470e26bafd3d2717b20af5e8846c114a2785d7.tar.bz2 gsoc2013-empathy-4f470e26bafd3d2717b20af5e8846c114a2785d7.tar.lz gsoc2013-empathy-4f470e26bafd3d2717b20af5e8846c114a2785d7.tar.xz gsoc2013-empathy-4f470e26bafd3d2717b20af5e8846c114a2785d7.tar.zst gsoc2013-empathy-4f470e26bafd3d2717b20af5e8846c114a2785d7.zip |
Remove obsolete contact-list-{store,view}
Hourrah \o/
https://bugzilla.gnome.org/show_bug.cgi?id=663387
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 9226b6942..e502736d3 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -45,8 +45,6 @@ libempathy_gtk_handwritten_source = \ empathy-contact-blocking-dialog.c \ empathy-contact-dialogs.c \ empathy-contact-chooser.c \ - empathy-contact-list-store.c \ - empathy-contact-list-view.c \ empathy-contact-menu.c \ empathy-contactinfo-utils.c \ empathy-linking-dialog.c \ @@ -116,8 +114,6 @@ libempathy_gtk_headers = \ empathy-contact-blocking-dialog.h \ empathy-contact-dialogs.h \ empathy-contact-chooser.h \ - empathy-contact-list-store.h \ - empathy-contact-list-view.h \ empathy-contact-menu.h \ empathy-linking-dialog.h \ empathy-live-search.h \ |