From: Dmitry Antipov Date: Fri, 31 Aug 2012 04:14:59 +0000 (+0400) Subject: Remove unused member of struct x_output and struct w32_output. X-Git-Tag: emacs-24.2.90~464 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b96a52c54fe4d37e02153be8fd551b0a676d151;p=emacs.git Remove unused member of struct x_output and struct w32_output. * xterm.h (struct x_output): Remove unused field 'needs_exposure'. * w32term.h (struct w32_output): Likewise. --- diff --git a/src/ChangeLog b/src/ChangeLog index 261fa80d718..7f47697da87 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-08-31 Dmitry Antipov + + Remove unused member of struct x_output and struct w32_output. + * xterm.h (struct x_output): Remove unused field 'needs_exposure'. + * w32term.h (struct w32_output): Likewise. + 2012-08-30 Jan Djärv * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it diff --git a/src/w32term.h b/src/w32term.h index ccbf3c42c0e..6fc2beeb18c 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -302,9 +302,6 @@ struct w32_output /* Non-hourglass cursor that is currently active. */ Cursor current_cursor; - /* Flag to set when the window needs to be completely repainted. */ - int needs_exposure; - DWORD dwStyle; /* This is the Emacs structure for the display this frame is on. */ diff --git a/src/xterm.h b/src/xterm.h index 86a76fd81a9..007c92b929c 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -544,9 +544,6 @@ struct x_output /* Non-zero means hourglass cursor is currently displayed. */ unsigned hourglass_p : 1; - /* Flag to set when the X window needs to be completely repainted. */ - int needs_exposure; - /* These are the current window manager hints. It seems that XSetWMHints, when presented with an unset bit in the `flags' member of the hints structure, does not leave the corresponding