diff options
| author | bunnei <bunneidev@gmail.com> | 2019-04-09 21:20:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 21:20:02 -0400 |
| commit | f46c3164e7c5cbc3272f762ea4e4f38f817396ac (patch) | |
| tree | e1ab9aee631a92d951e45fb5848777ac159cb699 /src/yuzu/main.h | |
| parent | 2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f (diff) | |
| parent | 218ae888f330f813553ed45ee7d9f948bc082bfb (diff) | |
Merge pull request #2353 from lioncash/surface
yuzu/debugger: Remove graphics surface viewer
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index c727e942c..85e3810f2 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -23,7 +23,6 @@ class EmuThread; class GameList; class GImageInfo; class GraphicsBreakPointsWidget; -class GraphicsSurfaceWidget; class GRenderWindow; class LoadingScreen; class MicroProfileDialog; @@ -240,7 +239,6 @@ private: ProfilerWidget* profilerWidget; MicroProfileDialog* microProfileDialog; GraphicsBreakPointsWidget* graphicsBreakpointsWidget; - GraphicsSurfaceWidget* graphicsSurfaceWidget; WaitTreeWidget* waitTreeWidget; QAction* actions_recent_files[max_recent_files_item]; |
