aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2012-05-10 23:39:26 -0700
committerPaul Eggert <[email protected]>2012-05-10 23:39:26 -0700
commit53f7d2c04e3e5f2c340942b545e423a0717d34cb (patch)
tree5a7ea54554992daa877d743120ade9d1272507d5 /src/xdisp.c
parent75aafb17a6569408f2fcf9076ebf62f38bef1b09 (diff)
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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index eaad545521..36ca69956d 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)