diff options
author | bunnei <bunneidev@gmail.com> | 2019-11-21 21:32:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 21:32:24 +0100 |
commit | bedc903c656faa0d39aaf7352eaecf2153a634e8 (patch) | |
tree | 75648de84cd1d1a9588b97d30ead924287e92b11 /src | |
parent | Merge pull request #3112 from lioncash/skip (diff) | |
parent | citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... (diff) | |
download | yuzu-bedc903c656faa0d39aaf7352eaecf2153a634e8.tar yuzu-bedc903c656faa0d39aaf7352eaecf2153a634e8.tar.gz yuzu-bedc903c656faa0d39aaf7352eaecf2153a634e8.tar.bz2 yuzu-bedc903c656faa0d39aaf7352eaecf2153a634e8.tar.lz yuzu-bedc903c656faa0d39aaf7352eaecf2153a634e8.tar.xz yuzu-bedc903c656faa0d39aaf7352eaecf2153a634e8.tar.zst yuzu-bedc903c656faa0d39aaf7352eaecf2153a634e8.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/main.ui | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index a1ce3c0c3..21f422500 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -140,11 +140,6 @@ <string>Load Folder...</string> </property> </action> - <action name="action_Load_Symbol_Map"> - <property name="text"> - <string>Load Symbol Map...</string> - </property> - </action> <action name="action_Exit"> <property name="text"> <string>E&xit</string> @@ -221,14 +216,6 @@ <string>Show Status Bar</string> </property> </action> - <action name="action_Select_Game_List_Root"> - <property name="text"> - <string>Select Game Directory...</string> - </property> - <property name="toolTip"> - <string>Selects a folder to display in the game list</string> - </property> - </action> <action name="action_Select_NAND_Directory"> <property name="text"> <string>Select NAND Directory...</string> |