This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Introjucer: removed an unimportant assertion
tags/2021-05-28
jules
11 years ago
parent
dfb35c7e1e
commit
6c16af73f5
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementImage.h
+ 0
- 4
extras/Introjucer/Source/ComponentEditor/paintelements/jucer_PaintElementImage.h
View File
@@ -174,10 +174,6 @@ public:
paintMethodCode += r;
}
else
{
jassertfalse; // this resource isn't valid!
}
}
}
}
Write
Preview
Loading…
Cancel
Save