aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2017-05-09 18:43:40 +0000
committerokan2017-05-09 18:43:40 +0000
commitf071c49261804c59c4e18ae9785f616c644ab12d (patch)
treec3d640ee2e2811e0e97116d179576624d3530cd5 /xevents.c
parentc0236e8f1db054489bfaf7f9b517a59a8fbafd70 (diff)
downloadcwm-f071c49261804c59c4e18ae9785f616c644ab12d.tar.gz
drop obsolete comment
Diffstat (limited to '')
-rw-r--r--xevents.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xevents.c b/xevents.c
index 8316add..f2430aa 100644
--- a/xevents.c
+++ b/xevents.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xevents.c,v 1.127 2017/05/09 13:40:18 okan Exp $
+ * $OpenBSD: xevents.c,v 1.128 2017/05/09 18:43:40 okan Exp $
*/
/*
@@ -215,7 +215,6 @@ xev_handle_enternotify(XEvent *ee)
client_setactive(cc);
}
-/* We can split this into two event handlers. */
static void
xev_handle_buttonpress(XEvent *ee)
{