changeset 62047:71210632feca

(cc-define-list-program): Remove this recent addition.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 03 May 2005 06:45:54 +0000
parents cff3c2be0762
children 55735e23c27d
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Tue May 03 06:45:08 2005 +0000
+++ b/lisp/progmodes/cc-vars.el	Tue May 03 06:45:54 2005 +0000
@@ -1476,13 +1476,6 @@
   :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)
 
 ;; Non-customizable variables, still part of the interface to CC Mode
 (defvar c-file-style nil