mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-28 23:57:54 -05:00
Shader Debugger: Remove useless signal
This commit is contained in:
@ -60,11 +60,6 @@ private slots:
|
||||
*/
|
||||
void Reload(bool replace_vertex_data = false, void* vertex_data = nullptr);
|
||||
|
||||
|
||||
signals:
|
||||
// Call this to change the current command selection in the disassembly view
|
||||
void SelectCommand(const QModelIndex&, QItemSelectionModel::SelectionFlags);
|
||||
|
||||
private:
|
||||
QLabel* instruction_description;
|
||||
QTreeView* binary_list;
|
||||
|
Reference in New Issue
Block a user