mirror of https://github.com/buggins/dlangui.git
fix warning
This commit is contained in:
parent
7a8d19cafe
commit
eddda1243b
|
@ -1032,7 +1032,6 @@ class EditableContent {
|
||||||
Log.e("Exception while trying to write file ", filename, " ", e.toString);
|
Log.e("Exception while trying to write file ", filename, " ", e.toString);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
/// save to output stream in current format
|
/// save to output stream in current format
|
||||||
bool save(OutputStream stream, string filename) {
|
bool save(OutputStream stream, string filename) {
|
||||||
|
|
Loading…
Reference in New Issue