1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Introjucer: removed an unimportant assertion

This commit is contained in:
jules 2014-06-13 14:27:41 +01:00
parent dfb35c7e1e
commit 6c16af73f5

View file

@ -174,10 +174,6 @@ public:
paintMethodCode += r;
}
else
{
jassertfalse; // this resource isn't valid!
}
}
}
}