Skip to content

Commit

Permalink
Remove superfluous keyboard files
Browse files Browse the repository at this point in the history
These files were used to provide a compatability layer between SDL1.2
and SDL2 for the hotkeys implementation. As SDL1.2 was taken out,
these files were now empty and superfluous.
  • Loading branch information
aginor committed Mar 12, 2016
1 parent 358bd12 commit 1d56fbb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 61 deletions.
8 changes: 0 additions & 8 deletions projectfiles/VC9/wesnoth.vcproj
Expand Up @@ -22298,14 +22298,6 @@
RelativePath="..\..\src\sdl\image.hpp"
>
</File>
<File
RelativePath="..\..\src\sdl\keyboard.cpp"
>
</File>
<File
RelativePath="..\..\src\sdl\keyboard.hpp"
>
</File>
<File
RelativePath="..\..\src\sdl\rect.cpp"
>
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -428,7 +428,6 @@ set(wesnoth-sdl_SRC
sdl/window.cpp
sdl/utils.cpp
sdl/shader.cpp
sdl/keyboard.cpp
xBRZ/xbrz.cpp
)

Expand Down
1 change: 0 additions & 1 deletion src/SConscript
Expand Up @@ -171,7 +171,6 @@ libwesnoth_sdl_sources = Split("""
sdl/exception.cpp
sdl/rect.cpp
sdl/image.cpp
sdl/keyboard.cpp
sdl/window.cpp
tracer.cpp
xBRZ/xbrz.cpp
Expand Down
25 changes: 0 additions & 25 deletions src/sdl/keyboard.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions src/sdl/keyboard.hpp

This file was deleted.

0 comments on commit 1d56fbb

Please sign in to comment.