mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +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
@@ -1723,7 +1723,6 @@ void MainWindow::on_action_Settings_triggered()
|
||||
void MainWindow::on_action_View_Documentation_triggered()
|
||||
{
|
||||
QFileInfo fi(QGuiApplication::applicationFilePath());
|
||||
QDir curDir = QFileInfo(QGuiApplication::applicationFilePath()).absoluteDir();
|
||||
|
||||
if(fi.absoluteDir().exists(lit("renderdoc.chm")))
|
||||
QDesktopServices::openUrl(
|
||||
|
||||
Reference in New Issue
Block a user