diff src/toolbar.h @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 57709be46d1b
children 8626e4521993
line wrap: on
line diff
--- a/src/toolbar.h	Mon Aug 13 10:35:07 2007 +0200
+++ b/src/toolbar.h	Mon Aug 13 10:35:54 2007 +0200
@@ -36,9 +36,6 @@
 #define DEVICE_SUPPORTS_TOOLBARS_P(d)		\
   (HAS_DEVMETH_P ((d), output_frame_toolbars))
 
-/* These are chained together through toolbar_buttons in struct
-   toolbar_data.  These don't need to be an lrecord either, but again,
-   it makes marking easier. */
 struct toolbar_button
 {
   struct lcrecord_header header;