Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnblank123 committed Jul 30, 2024
1 parent dcb1183 commit 03d1cdc
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 210 deletions.
4 changes: 2 additions & 2 deletions Shaderbool.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef BOOL_H
#define BOOL_H

// NOLINTBEGIN
bool RadialBlurB = false;
bool GrassB = false;
bool VolumeFogB = false;
Expand All @@ -20,6 +20,6 @@ bool PlayerBodyB = false;
bool SkyBoxB = false;
bool SkyBoxAniB = false;
bool DiffSphericB = false;

// NOLINTEND

#endif
4 changes: 4 additions & 0 deletions atelier-sync-fix.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<LLVMToolsVersion>17</LLVMToolsVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLowSettings|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
Expand Down Expand Up @@ -108,6 +109,9 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
<FloatingPointModel>Precise</FloatingPointModel>
<OmitFramePointers>true</OmitFramePointers>
<StringPooling>true</StringPooling>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
Expand Down
Loading

0 comments on commit 03d1cdc

Please sign in to comment.