From eddda1243bc4026f4e5864425b5c24939327e311 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 20 Jan 2015 09:35:51 +0300 Subject: [PATCH] fix warning --- src/dlangui/widgets/editors.d | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dlangui/widgets/editors.d b/src/dlangui/widgets/editors.d index d1c2e847..b88de533 100644 --- a/src/dlangui/widgets/editors.d +++ b/src/dlangui/widgets/editors.d @@ -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) {