]> git.eshelyaron.com Git - emacs.git/commitdiff
(cc-define-list-program): Remove this
authorNick Roberts <nickrob@snap.net.nz>
Tue, 3 May 2005 06:45:54 +0000 (06:45 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 3 May 2005 06:45:54 +0000 (06:45 +0000)
recent addition.

lisp/progmodes/cc-vars.el

index 647b9bd1e234f9c7d60366a40802547bb645f3f8..89697c58ca8389dae7788e5618c9c29cf78442ae 100644 (file)
@@ -1476,13 +1476,6 @@ names)."))
   :type 'c-extra-types-widget
   :group 'c)
 
-(defcustom cc-define-list-program "gcc -E -dM -"
-  "The program name for generating a list of #define directives.
-This list is used to display the #define directive associated
-with an identifier as a tooltip. It works in a debug session
-with GDB, when tooltip-gud-tips-p is t."
-  :type 'string
-  :group 'c)
 \f
 ;; Non-customizable variables, still part of the interface to CC Mode
 (defvar c-file-style nil