diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-22 22:27:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 22:27:48 -0400 |
commit | 80d74d77d57c3d6c5973b6a227e094f8f1a89ab9 (patch) | |
tree | 4297e4afdf3e3a8dfe35f79434cdea6e235ffb44 /src | |
parent | cdce1edf74fbaad08f77f8dcd0722dbbf6e0f2a5 (diff) | |
parent | 5568fcfec10f3e29b0d1d9f2329ccfc9391c2230 (diff) |
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 emu_window/emu_window_sdl2_gl.h emu_window/emu_window_sdl2_vk.cpp emu_window/emu_window_sdl2_vk.h - resource.h yuzu.cpp yuzu.rc ) 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 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by pcafe.rc -// -#define IDI_ICON3 103 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 105 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif |