c++/lib

Christian Mollekopf mollekopf at kolabsys.com
Thu Mar 22 00:09:05 CET 2012


 c++/lib/xcardconversions.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8a9fe781e4f7ed99fcf72fc731130b6419c3c458
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Wed Mar 21 17:01:34 2012 +0100

    cleanup

diff --git a/c++/lib/xcardconversions.h b/c++/lib/xcardconversions.h
index ebcde7c..310d444 100644
--- a/c++/lib/xcardconversions.h
+++ b/c++/lib/xcardconversions.h
@@ -798,7 +798,6 @@ boost::shared_ptr<Kolab::Contact> readCard <Kolab::Contact> (const vcard_4_0::Vc
                 const std::string &logo = uriInlineDecoding((*group.logo()).uri(), mimetype);
                 aff.setLogo(logo, mimetype);
             }
-//             aff.setTitles(toTextList<vcard::group_type::title_type>(group.title()));
             aff.setRoles(toTextList<vcard::group_type::role_type>(group.role()));
             std::vector<Related> relateds;
             BOOST_FOREACH(const vcard::group_type::related_type &rel, group.related()) {





More information about the commits mailing list