From f6633670594e04baf77c14399c9f3bdaa49aecea Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Mon, 9 Dec 2024 15:29:51 +0100 Subject: make format --- src/crepe/api/Config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/crepe/api/Config.h') diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h index 7b1a5ca..d2be3f3 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -91,7 +91,6 @@ public: //! The maximum number of pixels the mouse can move between MouseDown and MouseUp events to be considered a click. int tolerance = 5; } click_tolerance; - }; } // namespace crepe -- cgit v1.2.3