diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-10 23:39:26 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-10 23:39:26 -0700 |
commit | 53f7d2c04e3e5f2c340942b545e423a0717d34cb (patch) | |
tree | 5a7ea54554992daa877d743120ade9d1272507d5 /src/xdisp.c | |
parent | 75aafb17a6569408f2fcf9076ebf62f38bef1b09 (diff) | |
download | emacs-53f7d2c04e3e5f2c340942b545e423a0717d34cb.tar.gz |
Remove unused function hourglass_started.
* dispextern.h (hourglass_started):
* w32fns.c (hourglass_started):
* xdisp.c (hourglass_started): Remove.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r-- | src/xdisp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index eaad5455212..36ca69956d4 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -28882,14 +28882,6 @@ init_xdisp (void) /* Platform-independent portion of hourglass implementation. */ -/* Return non-zero if hourglass timer has been started or hourglass is - shown. */ -int -hourglass_started (void) -{ - return hourglass_shown_p || hourglass_atimer != NULL; -} - /* Cancel a currently active hourglass timer, and start a new one. */ void start_hourglass (void) |