commit c36a02f7cf13c0ca53e44ec722f61744c1808241
Author: Scott Kostyshak <[email protected]>
Date: Fri Jul 4 19:03:40 2025 +0200
Remove an unused macro
This macro was added at cc81d48b but has never been used.
Fixes a GCC and Clang warning. Here is the GCC version:
src/frontends/qt/FancyLineEdit.cpp:33: warning: macro "ICONBUTTON_HEIGHT"
is not used [-Wunused-macros]
---
src/frontends/qt/FancyLineEdit.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/frontends/qt/FancyLineEdit.cpp
b/src/frontends/qt/FancyLineEdit.cpp
index fdb46469be..2ef9273582 100644
--- a/src/frontends/qt/FancyLineEdit.cpp
+++ b/src/frontends/qt/FancyLineEdit.cpp
@@ -30,7 +30,6 @@
enum { margin = 6 };
-#define ICONBUTTON_HEIGHT 18
#define FADE_TIME 160
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs