From 178715ac8c3923ab3a1589a3ece364f8db0642c6 Mon Sep 17 00:00:00 2001 From: Bogdan Buzea Date: Sat, 23 Nov 2024 19:58:20 +0100 Subject: tdf#152299 - Remove unused define(s) from C/C++ files Change-Id: Ia0f52455804aadb8b8dff68a2665a409c9173b2b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177182 Tested-by: Jenkins Reviewed-by: David Gilbert --- vcl/source/window/menufloatingwindow.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/source') diff --git a/vcl/source/window/menufloatingwindow.hxx b/vcl/source/window/menufloatingwindow.hxx index 3d364847361a..c97e28177b5d 100644 --- a/vcl/source/window/menufloatingwindow.hxx +++ b/vcl/source/window/menufloatingwindow.hxx @@ -24,7 +24,6 @@ #include #include -#define EXTRASPACEY 2 #define GUTTERBORDER 8 /** Class that implements the actual window of the floating menu. -- cgit