Mercurial > hg > xemacs-beta
diff src/balloon_help.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 41ff10fd062f |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/balloon_help.h Mon Aug 13 10:27:41 2007 +0200 +++ b/src/balloon_help.h Mon Aug 13 10:28:48 2007 +0200 @@ -28,7 +28,6 @@ void balloon_help_create (Display* dpy, Pixel fg, Pixel bg, Pixel shine, Pixel shadow, XFontStruct* font); -void balloon_help_destroy (void); void balloon_help_set_delay (unsigned long milliseconds); void balloon_help_show (CONST char* text); void balloon_help_hide (void);