From ed57f0a0d40e7fa8dde222c48cd5649d3f80008e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 9 Nov 2017 23:36:08 +0100 Subject: Remove get_default_video_mode definition on OSX/iOS It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently. --- drivers/unix/os_unix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/unix') diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 87e73534c4..82c7dee3b9 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -49,7 +49,6 @@ protected: //virtual int get_video_driver_count() const; //virtual const char * get_video_driver_name(int p_driver) const; - //virtual VideoMode get_default_video_mode() const; virtual int get_audio_driver_count() const; virtual const char *get_audio_driver_name(int p_driver) const; -- cgit v1.2.3