Skip to content

Commit

Permalink
Special case not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Jan 7, 2025
1 parent 30fee38 commit 0c63b66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0c63b66

Please sign in to comment.