diff options
| author | 2021-04-22 22:27:48 -0400 | |
|---|---|---|
| committer | 2021-04-22 22:27:48 -0400 | |
| commit | 80d74d77d57c3d6c5973b6a227e094f8f1a89ab9 (patch) | |
| tree | 4297e4afdf3e3a8dfe35f79434cdea6e235ffb44 /src | |
| parent | Merge pull request #6224 from Morph1984/hid_InitializeSevenSixAxisSensor (diff) | |
| parent | yuzu_cmd: Remove unused resource.h (diff) | |
| download | yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.tar.gz yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.tar.xz yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.zip | |
Merge pull request #6225 from ameerj/unused-header
yuzu_cmd: Remove unused resource.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/yuzu_cmd/resource.h | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 8461f8896..4bf25727b 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt | |||
| @@ -20,7 +20,6 @@ add_executable(yuzu-cmd | |||
| 20 | emu_window/emu_window_sdl2_gl.h | 20 | emu_window/emu_window_sdl2_gl.h |
| 21 | emu_window/emu_window_sdl2_vk.cpp | 21 | emu_window/emu_window_sdl2_vk.cpp |
| 22 | emu_window/emu_window_sdl2_vk.h | 22 | emu_window/emu_window_sdl2_vk.h |
| 23 | resource.h | ||
| 24 | yuzu.cpp | 23 | yuzu.cpp |
| 25 | yuzu.rc | 24 | yuzu.rc |
| 26 | ) | 25 | ) |
diff --git a/src/yuzu_cmd/resource.h b/src/yuzu_cmd/resource.h deleted file mode 100644 index df8e459e4..000000000 --- a/src/yuzu_cmd/resource.h +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | //{{NO_DEPENDENCIES}} | ||
| 2 | // Microsoft Visual C++ generated include file. | ||
| 3 | // Used by pcafe.rc | ||
| 4 | // | ||
| 5 | #define IDI_ICON3 103 | ||
| 6 | |||
| 7 | // Next default values for new objects | ||
| 8 | // | ||
| 9 | #ifdef APSTUDIO_INVOKED | ||
| 10 | #ifndef APSTUDIO_READONLY_SYMBOLS | ||
| 11 | #define _APS_NEXT_RESOURCE_VALUE 105 | ||
| 12 | #define _APS_NEXT_COMMAND_VALUE 40001 | ||
| 13 | #define _APS_NEXT_CONTROL_VALUE 1001 | ||
| 14 | #define _APS_NEXT_SYMED_VALUE 101 | ||
| 15 | #endif | ||
| 16 | #endif | ||