diff lisp/progmodes/gdb-ui.el @ 59852:44381d53da68

(gdb-goto-info): Delete.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 01 Feb 2005 20:11:09 +0000
parents 37a65df00ab2
children 79e9767b47c8 3dcba0bc766b
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Tue Feb 01 20:10:19 2005 +0000
+++ b/lisp/progmodes/gdb-ui.el	Tue Feb 01 20:11:09 2005 +0000
@@ -289,13 +289,6 @@
 	     `(lambda () (gdb-var-create-handler ,expr))))))
   (select-window (get-buffer-window gud-comint-buffer 0)))
 
-(defun gdb-goto-info ()
-  "Go to Emacs info node: GDB Graphical Interface."
-  (interactive)
-  (select-frame (make-frame))
-  (require 'info)
-  (Info-goto-node "(emacs)GDB Graphical Interface"))
-
 (defconst gdb-var-create-regexp
   "name=\"\\(.*?\\)\",numchild=\"\\(.*?\\)\",type=\"\\(.*?\\)\"")