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

Whitespace

This commit is contained in:
jules 2014-10-23 16:46:09 +01:00
parent 3e63dc63ee
commit 598d6abd80
6 changed files with 0 additions and 7 deletions

View file

@ -103,5 +103,3 @@ struct AudioPluginAppWizard : public NewProjectWizard
return true;
}
};

View file

@ -84,4 +84,3 @@ struct ConsoleAppWizard : public NewProjectWizard
private:
bool createMainCpp;
};

View file

@ -119,4 +119,3 @@ struct GUIAppWizard : public NewProjectWizard
private:
bool createMainCpp, createWindow;
};

View file

@ -41,4 +41,3 @@ struct StaticLibraryWizard : public NewProjectWizard
return true;
}
};

View file

@ -41,4 +41,3 @@ struct OpenGLAppWizard : public NewProjectWizard
return true;
}
};

View file

@ -53,4 +53,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (StartPageComponent)
};