Merge pull request #4953 from vvanelslande/qt-ui-unused
citra_qt/main.ui: remove unused actions "Load Symbol Map..." and "Select Game Directory..."
This commit is contained in:
commit
1c6a8e995a
|
@ -187,11 +187,6 @@
|
||||||
<string>Install CIA...</string>
|
<string>Install CIA...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_Load_Symbol_Map">
|
|
||||||
<property name="text">
|
|
||||||
<string>Load Symbol Map...</string>
|
|
||||||
</property>
|
|
||||||
</action>
|
|
||||||
<action name="action_Exit">
|
<action name="action_Exit">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>E&xit</string>
|
<string>E&xit</string>
|
||||||
|
@ -273,14 +268,6 @@
|
||||||
<string>Show Status Bar</string>
|
<string>Show Status Bar</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</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_Create_Pica_Surface_Viewer">
|
<action name="action_Create_Pica_Surface_Viewer">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Create Pica Surface Viewer</string>
|
<string>Create Pica Surface Viewer</string>
|
||||||
|
|
Reference in New Issue