1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Removed the initialiseJuce_NonGUI() and shutdownJuce_NonGUI() methods - these aren't needed any more. Removed some old MidiOutput methods which weren't cross-platform. OpenGLComponent updates. Extra DropShadower safety.

This commit is contained in:
Julian Storer 2011-04-22 22:47:58 +01:00
parent e159587a9b
commit 328cc11713
44 changed files with 1416 additions and 756 deletions

View file

@ -653,11 +653,6 @@ static const unsigned char temp_794304c3[] =
"//==============================================================================\r\n"
"int main (int argc, char* argv[])\r\n"
"{\r\n"
" // This object makes sure that Juce is initialised and shut down correctly\r\n"
" // for the scope of this function call. Make sure this declaration is the\r\n"
" // first statement of this function.\r\n"
" const ScopedJuceInitialiser_NonGUI juceSystemInitialiser;\r\n"
"\r\n"
"\r\n"
" // ..your code goes here!\r\n"
"\r\n"