mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 16:36:37 +08:00
Fixes warning on unused variable.
This commit is contained in:
@@ -1167,7 +1167,6 @@ void write_cb(Fl_Widget *, void *) {
|
||||
Write the strings that are used in i18n.
|
||||
*/
|
||||
void write_strings_cb(Fl_Widget *, void *) {
|
||||
static const char *exts[] = { ".txt", ".po", ".msg" };
|
||||
flush_text_widgets();
|
||||
if (!filename) {
|
||||
save_cb(0,0);
|
||||
|
||||
Reference in New Issue
Block a user