diff options
Diffstat (limited to 'src/video_core/engines/puller.h')
-rw-r--r-- | src/video_core/engines/puller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/puller.h b/src/video_core/engines/puller.h index d948ec790d..b4619e9a88 100644 --- a/src/video_core/engines/puller.h +++ b/src/video_core/engines/puller.h @@ -141,7 +141,6 @@ private: void ProcessSemaphoreAcquire(); void ProcessSemaphoreRelease(); void ProcessSemaphoreTriggerMethod(); - void ProcessWaitForInterruptMethod(); [[nodiscard]] bool ExecuteMethodOnEngine(u32 method); /// Mapping of command subchannels to their bound engine ids |