summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-02-15 20:57:45 -0600
committergerman77 <juangerman-13@hotmail.com>2023-02-15 20:57:45 -0600
commit57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef (patch)
tree249c87a0d46415e12747b195c69bde632604a129 /src/yuzu/bootmanager.h
parent6d77de96dae4763ef78fdea1918b582e5e181653 (diff)
Qt: Fix mouse scalling
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index 092c6206f..627e19f42 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -184,8 +184,6 @@ public:
void CaptureScreenshot(const QString& screenshot_path);
- std::pair<u32, u32> ScaleTouch(const QPointF& pos) const;
-
/**
* Instructs the window to re-launch the application using the specified program_index.
* @param program_index Specifies the index within the application of the program to launch.