Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-18 11:35:06 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-18 11:35:06 +0300
commitd95ccc21758983e3ec2800285fb7fd2aed807189 (patch)
tree857c78f0a222158c05968207be6196faed3dabff /intern/ghost/intern/GHOST_SystemSDL.cpp
parent14f00e11fe4289c7ce16810faa7c5806869cd988 (diff)
Cleanup: remove unused GHOST quit dialog code
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemSDL.cpp')
-rw-r--r--intern/ghost/intern/GHOST_SystemSDL.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/ghost/intern/GHOST_SystemSDL.cpp b/intern/ghost/intern/GHOST_SystemSDL.cpp
index 18163882cec..8fc7046565d 100644
--- a/intern/ghost/intern/GHOST_SystemSDL.cpp
+++ b/intern/ghost/intern/GHOST_SystemSDL.cpp
@@ -721,11 +721,6 @@ void GHOST_SystemSDL::addDirtyWindow(GHOST_WindowSDL *bad_wind)
m_dirty_windows.push_back(bad_wind);
}
-bool GHOST_SystemSDL::supportsNativeDialogs(void)
-{
- return false;
-}
-
GHOST_TSuccess GHOST_SystemSDL::getButtons(GHOST_Buttons &buttons) const
{
Uint8 state = SDL_GetMouseState(NULL, NULL);