mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
CREATE_PROJECT: Remove useless attribute from ProjectProvider
Move it to MSVC where it's really needed.
This commit is contained in:
committed by
Lars Sundström
parent
311e01d687
commit
96be501f58
@@ -27,8 +27,8 @@
|
||||
|
||||
namespace CreateProjectTool {
|
||||
|
||||
CodeBlocksProvider::CodeBlocksProvider(StringList &global_warnings, std::map<std::string, StringList> &project_warnings, StringList &global_errors, const int version)
|
||||
: ProjectProvider(global_warnings, project_warnings, global_errors, version) {
|
||||
CodeBlocksProvider::CodeBlocksProvider(StringList &global_warnings, std::map<std::string, StringList> &project_warnings, StringList &global_errors)
|
||||
: ProjectProvider(global_warnings, project_warnings, global_errors) {
|
||||
}
|
||||
|
||||
void CodeBlocksProvider::createWorkspace(const BuildSetup &setup) {
|
||||
|
||||
Reference in New Issue
Block a user