diff options
| author | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-04-06 13:52:42 -0700 |
|---|---|---|
| committer | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-04-06 13:52:42 -0700 |
| commit | cef5bd4a093482856f94e43361645e988289ab89 (patch) | |
| tree | f9d867331bd853d466098b47002c16914b7d3ae8 /Source/Core/InputCommon/ControllerEmu/Control/Control.cpp | |
| parent | f94cd57a7012bc6cce22f22f84356d9e260c0461 (diff) | |
TextureCacheBase: remove duplicated variable
Fixes warning:
```
Source/Core/VideoCommon/TextureCacheBase.cpp:869:17: warning: declaration shadows a local variable [-Wshadow]
const u8* tlut = &texMem[tlutaddr];
^
Source/Core/VideoCommon/TextureCacheBase.cpp:784:13: note: previous declaration is here
const u8* tlut = &texMem[tlutaddr];
^
```
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/Control/Control.cpp')
0 files changed, 0 insertions, 0 deletions
