summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-02-18 22:25:48 +0100
committerGitHub <noreply@github.com>2023-02-18 22:25:48 +0100
commite531d1fae986addc7253e14bcc569c38ab50ccb0 (patch)
tree82b68c763271ac1d15112a536136f7462cacadfb /src/yuzu/bootmanager.h
parentMerge pull request #9825 from liamwhite/object-name (diff)
parentinput_common: Split mouse input into individual devices (diff)
downloadyuzu-e531d1fae986addc7253e14bcc569c38ab50ccb0.tar
yuzu-e531d1fae986addc7253e14bcc569c38ab50ccb0.tar.gz
yuzu-e531d1fae986addc7253e14bcc569c38ab50ccb0.tar.bz2
yuzu-e531d1fae986addc7253e14bcc569c38ab50ccb0.tar.lz
yuzu-e531d1fae986addc7253e14bcc569c38ab50ccb0.tar.xz
yuzu-e531d1fae986addc7253e14bcc569c38ab50ccb0.tar.zst
yuzu-e531d1fae986addc7253e14bcc569c38ab50ccb0.zip
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.