summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-01-05 09:01:47 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-01-05 09:01:53 -0500
commit2eb9b9944653bd4a5dff20c30b47c2c697a907db (patch)
treec3ed391935159fd1d1de31c7e053a416b87bc810 /src/osd/windows
parentf26dce1da364e45b2c644a724e10680137ab325f (diff)
Second attempt at fixing Windows build (function is now defined in base class)
Diffstat (limited to 'src/osd/windows')
-rw-r--r--src/osd/windows/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h
index 33001d721c3..3a02ae87277 100644
--- a/src/osd/windows/window.h
+++ b/src/osd/windows/window.h
@@ -135,7 +135,6 @@ private:
void maximize_window();
void adjust_window_position_after_major_change();
void set_fullscreen(int fullscreen);
- std::shared_ptr<osd_monitor_info> monitor_from_rect(const osd_rect* proposed) const;
static POINT s_saved_cursor_pos;