changeset 105:b738873f9ef2

Remove unused function.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 05:04:36 +0300
parents 76ad709ed3c6
children 093497110727
files src/x11.cc
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/x11.cc	Mon Oct 06 05:04:24 2014 +0300
+++ b/src/x11.cc	Mon Oct 06 05:04:36 2014 +0300
@@ -41,19 +41,6 @@
 
 
 /*
- *        x_bell
- *        Ring the bell
- */
-void x_bell()
-{
-    if (dpy)
-        XBell(dpy, 0);
-    else
-        nf_bug("x_bell: not connected");
-}
-
-
-/*
  *        x_catch_on
  *        Setup things so that from now on, any X protocol errors
  *        will be handled by x_error_handler instead of the