From 57e7899df860aafcadae6928cd61ef95716f5e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Szel=C4=85g?= Date: Sun, 10 Feb 2019 17:46:26 +0100 Subject: [PATCH] Remove obsolete comment --- src/lib/barrier/mouse_types.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/barrier/mouse_types.h b/src/lib/barrier/mouse_types.h index 4a6f2ba1..46d469c0 100644 --- a/src/lib/barrier/mouse_types.h +++ b/src/lib/barrier/mouse_types.h @@ -2,11 +2,11 @@ * barrier -- mouse and keyboard sharing utility * Copyright (C) 2012-2016 Symless Ltd. * Copyright (C) 2002 Chris Schoeneman - * + * * This package is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * found in the file LICENSE that should have accompanied this file. - * + * * This package is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -41,5 +41,4 @@ static const ButtonID kMacButtonRight = 2; static const ButtonID kMacButtonMiddle = 3; //@} -// XXX -- some osx stuff uses this and might expect it to be 5 static const UInt8 NumButtonIDs = 6; \ No newline at end of file