mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Remove direct include of Code/CaptureContext.h in almost all files
* This is a leftover from before the interface was hoisted out, and most windows were still calling directly to CaptureContext instead of via the public ICaptureContext interface
This commit is contained in:
@@ -46,10 +46,6 @@ struct CaptureContextInvoker : ICaptureContext
|
||||
// pass-through functions that don't need the UI thread
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
virtual QString ConfigFilePath(const QString &filename) override
|
||||
{
|
||||
return m_Ctx.ConfigFilePath(filename);
|
||||
}
|
||||
virtual QString TempCaptureFilename(QString appname) override
|
||||
{
|
||||
return m_Ctx.TempCaptureFilename(appname);
|
||||
|
||||
Reference in New Issue
Block a user