From 0bafd6f93f71a9924e5eba4ef45f6e37b5961b98 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Fri, 19 Mar 2021 00:04:37 -0400 Subject: Remove dupe in display.h --- include/user/display.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include/user') diff --git a/include/user/display.h b/include/user/display.h index c13d5d5..645f7b9 100644 --- a/include/user/display.h +++ b/include/user/display.h @@ -16,16 +16,6 @@ extern "C" { */ int sceDisplayGetPrimaryHead(void); -/** - * Get current number of fps for the current screen mode. - * - * @param[out] pFps - Pointer to a float variable to store current number of fps. - * - * @return 0 on success, < 0 on error. - * @note - This function returns a theoretical value, this might not be the exact frame rate. -*/ -int sceDisplayGetRefreshRate(float *pFps); - /** * Get maximum framebuffer resolution * @@ -36,11 +26,6 @@ int sceDisplayGetRefreshRate(float *pFps); */ int sceDisplayGetMaximumFrameBufResolution(int *width, int *height); -/** - * Number of vertical blank pulses up to now - */ -int sceDisplayGetVcount(void); - /** * Number of vertical blank pulses up to now for a display * -- cgit v1.2.3