]> git.eshelyaron.com Git - emacs.git/commit
* dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 22:54:33 +0000 (14:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 22:54:33 +0000 (14:54 -0800)
commit09ad5a9148880d0bdd080e8700cbe5d0d13e017c
tree9ce3043adb2c8baa2d654d70a6ca502a4dde138d
parente573299d40e5825584ed9e8bd58f5a8c2deee6fd
* dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.

(copy_glyph_row_contents): Remove; not used.
(frame_row_to_window, check_current_matrix_flags):
(window_change_signal): Now static, since they're not used elsewhere.
(check_current_matrix_flags): Surround with "#if 0", since its
only use is in a comment.  Maybe both the comment and the "#if 0"
stuff should be removed?
src/ChangeLog
src/dispnew.c