From 10d81de41cb67412c8f0a959eb7d70dd342e8bf2 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 24 Feb 2021 01:13:16 +0100 Subject: [PATCH] Eliminate the rest of warnings --- plugins/editor/src/editor/Editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/editor/src/editor/Editor.cpp b/plugins/editor/src/editor/Editor.cpp index 5b3ef16f..d64e60d7 100644 --- a/plugins/editor/src/editor/Editor.cpp +++ b/plugins/editor/src/editor/Editor.cpp @@ -700,12 +700,14 @@ void Editor::Impl::createFrameContents() auto createSettingsButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) { return createGlyphButton(u8"\ue2e4", bounds, tag, fontsize); }; +#if 0 auto createEditFileButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) { return createGlyphButton(u8"\ue148", bounds, tag, fontsize); }; auto createLoadFileButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) { return createGlyphButton(u8"\ue1a3", bounds, tag, fontsize); }; +#endif auto createPreviousFileButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) { return createGlyphButton(u8"\ue0d9", bounds, tag, fontsize); };