Files @ r25793:51135ca0482f
Branch filter:

Location: cpp/openttd-patchpack/source/.gitignore

Rubidium
Remove: logically dead code from font cache

The outer if statement checks for 'aa' being false, so within the inner
statements anything checking aa will have a known result and the other
branch from there will be dead code.
1
2
3
4
5
6
7
/.vs
/build*
CMakeSettings.json
docs/aidocs/*
docs/gamedocs/*
docs/source/*
/out