Shader Debugger: Remove useless signal

This commit is contained in:
Yuri Kunde Schlesner 2015-08-25 06:16:21 -03:00
parent f77dfb3966
commit 2c98275b51
2 changed files with 2 additions and 10 deletions

View file

@ -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;