mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix unused variables
In almost all cases these can be removed. The only exception is in ShaderViewer.cpp, where regIdx should have been used.
This commit is contained in:
committed by
Baldur Karlsson
parent
b227229d9f
commit
58b628ee8b
@@ -529,7 +529,6 @@ void TextureSaveDialog::on_browse_clicked()
|
||||
QString filename =
|
||||
RDDialog::getSaveFileName(this, tr("Save Texture As"), QString(), filter, selectedFilter);
|
||||
|
||||
QFileInfo checkFile(filename);
|
||||
if(!filename.isEmpty())
|
||||
{
|
||||
ui->filename->setText(filename);
|
||||
|
||||
Reference in New Issue
Block a user