mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Deprecated DeleteAndClearItems
This commit is contained in:
parent
bd57172996
commit
1be37e6f24
8 changed files with 17 additions and 7 deletions
|
@ -1938,7 +1938,7 @@ namespace IDE
|
|||
ReadStrings("EnvironmentVars", options.mDebugOptions.mEnvironmentVars);
|
||||
|
||||
// BeefOptions
|
||||
DeleteAndClearItems!(options.mBeefOptions.mPreprocessorMacros);
|
||||
ClearAndDeleteItems(options.mBeefOptions.mPreprocessorMacros);
|
||||
if (data.Contains("PreprocessorMacros"))
|
||||
{
|
||||
for (var _preproc in data.Enumerate("PreprocessorMacros"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue