# HG changeset patch # User Kenichi Handa # Date 953599169 0 # Node ID d5e2053c7bbd0eda247504baf43148d838e08931 # Parent eee51908f90f1e57df0f796796d958962119f6bc (struct frame): Member `fontset_data' removed. (FRAME_FONTSET_DATA): Macro removed. diff -r eee51908f90f -r d5e2053c7bbd src/frame.h --- a/src/frame.h Tue Mar 21 00:39:10 2000 +0000 +++ b/src/frame.h Tue Mar 21 00:39:29 2000 +0000 @@ -365,11 +365,6 @@ /* The baud rate that was used to calculate costs for this frame. */ int cost_calculation_baud_rate; - /* A pointer to the data structure containing all information of - fontsets associated with this frame. See the comments in - fontset.h for more detail. */ - struct fontset_data *fontset_data; - /* Nonzero if the mouse has moved on this display since the last time we checked. */ char mouse_moved; @@ -566,7 +561,6 @@ #define FRAME_CONDEMNED_SCROLL_BARS(f) ((f)->condemned_scroll_bars) #define FRAME_MENU_BAR_ITEMS(f) ((f)->menu_bar_items) #define FRAME_COST_BAUD_RATE(f) ((f)->cost_calculation_baud_rate) -#define FRAME_FONTSET_DATA(f) ((f)->fontset_data) /* Return a pointer to the face cache of frame F. */