commit 6d29670a18c4f510c9c272170f20fed75f958352 Author: Koji Yokota <yok...@lyx.org> Date: Fri Mar 28 01:28:07 2025 +0900
Remove unused variables --- src/frontends/qt/GuiPrefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/frontends/qt/GuiPrefs.h b/src/frontends/qt/GuiPrefs.h index 8373067844..fab5ba8784 100644 --- a/src/frontends/qt/GuiPrefs.h +++ b/src/frontends/qt/GuiPrefs.h @@ -328,7 +328,6 @@ private: int const swatch_width_ = 32; int const swatch_height_ = 18; int const swatch_hmargin_ = 2; - int const swatch_vmargin_ = 2; int const reset_pb_width_ = 50; std::vector<ColorCode> lcolors_; @@ -691,8 +690,6 @@ public: private: PrefColors* pane_; QFont font_; - int pb_width_; - int pb_height_; // To give impression that a button is pressed, flip the direction of // gradiation giving colors slightly darker -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs