[Gnucash-changes] Remove unused options.

David Hampton hampton at cvs.gnucash.org
Sat Sep 24 16:47:52 EDT 2005


Log Message:
-----------
Remove unused options.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/app-utils:
        prefs.scm

Revision Data
-------------
Index: prefs.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/app-utils/prefs.scm,v
retrieving revision 1.28.4.18
retrieving revision 1.28.4.19
diff -Lsrc/app-utils/prefs.scm -Lsrc/app-utils/prefs.scm -u -r1.28.4.18 -r1.28.4.19
--- src/app-utils/prefs.scm
+++ src/app-utils/prefs.scm
@@ -160,47 +160,6 @@
  (N_ "End date") (N_ "End date for profit/loss and date for net assets calculation")
  "c")
 
-;;; User Info Options
-
-;(gnc:register-configuration-option
-; (gnc:make-string-option
-;  (N_ "User Info") (N_ "User Name")
-;  "b" (N_ "The name of the user. This is used in some reports.") ""))
-
-;(gnc:register-configuration-option
-; (gnc:make-text-option
-;  (N_ "User Info") (N_ "User Address")
-;  "c" (N_ "The address of the user. This is used in some reports.") ""))
-
-
-;;; General Options
-
-;; Network/security options 
-;;(gnc:register-configuration-option
-;; (gnc:make-simple-boolean-option
-;;  (N_ "Network") (N_ "Allow http network access")
-;;  "a" (N_ "Enable GnuCash's HTTP client support.")
-;;  #t))
-;;
-;;(gnc:register-configuration-option
-;; (gnc:make-simple-boolean-option
-;;  (N_ "Network") (N_ "Allow https connections using OpenSSL")
-;;  "b" (N_ "Enable secure HTTP connections using OpenSSL")
-;;  #t))
-;;
-;;(gnc:register-configuration-option
-;; (gnc:make-simple-boolean-option
-;;  (N_ "Network") (N_ "Enable GnuCash Network")
-;;  "c" (N_ "The GnuCash Network server provides support and other services")
-;;  #t))
-;;
-;;(gnc:register-configuration-option 
-;; (gnc:make-string-option
-;;  (N_ "Network") (N_ "GnuCash Network server") 
-;;  "d" (N_ "Host to connect to for user registration and support services")
-;;  "www.gnucash.org"))
-
-
 ;;; Internal options -- Section names that start with "__" are not
 ;;; displayed in option dialogs.
 


More information about the gnucash-changes mailing list