summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-09 18:59:47 -0400
committerLioncash <mathew1800@gmail.com>2019-05-09 18:59:49 -0400
commit5235b053b46769fd808974ef409e86df992fd051 (patch)
tree731c478d7235cbaf049134a78ad619500ca67b29 /src/input_common/sdl/sdl_impl.cpp
parent7cb17834c76df6fc394d8b1b29e8f752f966710b (diff)
video_core/memory_manager: Remove superfluous const from function declarations
These are able to be omitted from the declaration of functions, since they don't do anything at the type system level. The definitions of the functions can retain the use of const though, since they make the variables immutable in the implementation of the function where they're used.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions