diff --git a/src/data.cpp b/src/data.cpp index e4d9f98..2f22549 100644 --- a/src/data.cpp +++ b/src/data.cpp @@ -325,9 +325,6 @@ static bool layer(CTX &ctx, Data::Layer &l) bool Data::load(const QByteArray &ba) { - if (ba.isEmpty()) - return true; - CTX ctx(ba); while (ctx.bp < ctx.be) {