[gnome-contacts] contact-pane: Comment out an unused variable
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] contact-pane: Comment out an unused variable
- Date: Sun, 18 Sep 2011 16:01:57 +0000 (UTC)
commit a30b296e9df86f1f95a52cc9bc64f8ae086e5fdb
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Sep 18 17:01:00 2011 +0100
contact-pane: Comment out an unused variable
It pertains to things which haven't been implemented yet.
src/contacts-contact-pane.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 8a83014..42b695b 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -773,7 +773,7 @@ public class Contacts.ContactPane : Grid {
var birthdate_details = persona as BirthdayDetails;
if (birthdate_details != null) {
- DateTime? bday = birthdate_details.birthday;
+ /*DateTime? bday = birthdate_details.birthday;*/
/* TODO: Implement GUI for this, needs a date picker widget (#657972)*/
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]