1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Android development and modal loop elimination.

This commit is contained in:
Julian Storer 2011-02-16 11:29:13 +00:00
parent ef71999349
commit 60e3ff8f5a
22 changed files with 893 additions and 687 deletions

View file

@ -122,7 +122,6 @@ bool FileBasedDocument::loadFrom (const File& newFile,
return false;
}
#endif
bool FileBasedDocument::loadFromUserSpecifiedFile (const bool showMessageOnFailure)
{
@ -146,7 +145,6 @@ FileBasedDocument::SaveResult FileBasedDocument::save (const bool askUserForFile
showMessageOnFailure);
}
#if JUCE_MODAL_LOOPS_PERMITTED
FileBasedDocument::SaveResult FileBasedDocument::saveAs (const File& newFile,
const bool warnAboutOverwritingExistingFiles,
const bool askUserForFileIfNotSpecified,