[evolution-data-server] CamelProvider: Remove 'license' and 'license_file' members.



commit cd0e86d3a27fdd75bc95c57286eefecde5179dd4
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Sep 26 00:11:28 2011 -0400

    CamelProvider: Remove 'license' and 'license_file' members.
    
    The license fields have not been used for many years.
    
    I believe they date back to the original Ximian Connector for Microsoft
    Exchange, which was non-free software for a time and required license
    click-thru shenanigans in Evolution.

 camel/camel-provider.h                        |   10 ----------
 docs/reference/camel/tmpl/camel-provider.sgml |    4 ----
 2 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/camel/camel-provider.h b/camel/camel-provider.h
index 6dde0f6..6fb4305 100644
--- a/camel/camel-provider.h
+++ b/camel/camel-provider.h
@@ -185,16 +185,6 @@ typedef struct {
 	 */
 	const gchar *translation_domain;
 
-	/* This string points to the provider's gconf key value
-	 */
-	const gchar *license;
-
-	/* This holds the license file name [ ascii text format ] containing
-	 * the license agreement. This should be the absolute file path. This
-	 * is read only when the HAS_LICENSE flag is set
-	 */
-	const gchar *license_file;
-
 	/* Private to the provider */
 	gpointer priv;
 } CamelProvider;
diff --git a/docs/reference/camel/tmpl/camel-provider.sgml b/docs/reference/camel/tmpl/camel-provider.sgml
index 356a6f4..146abff 100644
--- a/docs/reference/camel/tmpl/camel-provider.sgml
+++ b/docs/reference/camel/tmpl/camel-provider.sgml
@@ -39,8 +39,6 @@ camel-provider
 @url_hash: 
 @url_equal: 
 @translation_domain: 
- license: 
- license_file: 
 @priv: 
 
 <!-- ##### ENUM CamelProviderType ##### -->
@@ -279,8 +277,6 @@ camel-provider
 @url_hash: 
 @url_equal: 
 @translation_domain: 
- license: 
- license_file: 
 @priv: 
 
 <!-- ##### STRUCT CamelProviderModule ##### -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]