fix warning

This commit is contained in:
Vadim Lopatin 2015-01-20 09:35:51 +03:00
parent 7a8d19cafe
commit eddda1243b
1 changed files with 0 additions and 1 deletions

View File

@ -1032,7 +1032,6 @@ class EditableContent {
Log.e("Exception while trying to write file ", filename, " ", e.toString);
return false;
}
return false;
}
/// save to output stream in current format
bool save(OutputStream stream, string filename) {