From 78aedfcb935145b0253d03be91644c5ce14e4798 Mon Sep 17 00:00:00 2001 From: vladislavbelov Date: Fri, 21 May 2021 20:02:03 +0000 Subject: [PATCH] Removes unused declarations of g_xres and g_yres. This was SVN commit r25501. --- source/gui/CGUI.cpp | 2 -- source/ps/ProfileViewer.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/source/gui/CGUI.cpp b/source/gui/CGUI.cpp index 94fdfbf794..1b12d71fb7 100644 --- a/source/gui/CGUI.cpp +++ b/source/gui/CGUI.cpp @@ -50,8 +50,6 @@ #include #include -extern int g_yres; - const double SELECT_DBLCLICK_RATE = 0.5; const u32 MAX_OBJECT_DEPTH = 100; // Max number of nesting for GUI includes. Used to detect recursive inclusion diff --git a/source/ps/ProfileViewer.cpp b/source/ps/ProfileViewer.cpp index 2b3c43ae02..5d2503ebf0 100644 --- a/source/ps/ProfileViewer.cpp +++ b/source/ps/ProfileViewer.cpp @@ -42,8 +42,6 @@ #include #include -extern int g_xres, g_yres; - struct CProfileViewerInternals { NONCOPYABLE(CProfileViewerInternals); // because of the ofstream