Eliminate the rest of warnings
This commit is contained in:
parent
79b6f32281
commit
10d81de41c
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue