diff src/console-x.h @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents b405438285a2
children 262b8bb4a523
line wrap: on
line diff
--- a/src/console-x.h	Mon Aug 13 10:07:42 2007 +0200
+++ b/src/console-x.h	Mon Aug 13 10:08:34 2007 +0200
@@ -257,18 +257,6 @@
   Widget top_widgets[MAX_CONCURRENT_TOP_WIDGETS];
   int num_top_widgets;
 
-#ifdef ENERGIZE
-  /* The Energize property-sheets.  The current_* slots are the ones
-     which are actually on the frame.  The desired_ slots are the ones
-     which should be there.  Redisplay synchs these.  */
-  int *current_psheets;
-  int *desired_psheets;
-  int current_psheet_count;
-  int desired_psheet_count;
-  Lisp_Object current_psheet_buffer;
-  Lisp_Object desired_psheet_buffer;
-#endif /* ENERGIZE */
-
   /*************************** Miscellaneous **************************/
 
   /* The icon pixmaps; these are Lisp_Image_Instance objects, or Qnil. */
@@ -329,15 +317,6 @@
 #define FRAME_X_TOP_WIDGETS(f)	    (FRAME_X_DATA (f)->top_widgets)
 #define FRAME_X_NUM_TOP_WIDGETS(f)  (FRAME_X_DATA (f)->num_top_widgets)
 
-#ifdef ENERGIZE
-#define FRAME_X_CURRENT_PSHEETS(f)	 (FRAME_X_DATA (f)->current_psheets)
-#define FRAME_X_DESIRED_PSHEETS(f)	 (FRAME_X_DATA (f)->desired_psheets)
-#define FRAME_X_CURRENT_PSHEET_COUNT(f)  (FRAME_X_DATA (f)->current_psheet_count)
-#define FRAME_X_DESIRED_PSHEET_COUNT(f)  (FRAME_X_DATA (f)->desired_psheet_count)
-#define FRAME_X_CURRENT_PSHEET_BUFFER(f) (FRAME_X_DATA (f)->current_psheet_buffer)
-#define FRAME_X_DESIRED_PSHEET_BUFFER(f) (FRAME_X_DATA (f)->desired_psheet_buffer)
-#endif /* ENERGIZE */
-
 #define FRAME_X_ICON_PIXMAP(f)	    (FRAME_X_DATA (f)->icon_pixmap)
 #define FRAME_X_ICON_PIXMAP_MASK(f) (FRAME_X_DATA (f)->icon_pixmap_mask)