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/GHOST_C-api.h
parent14f00e11fe4289c7ce16810faa7c5806869cd988 (diff)
Cleanup: remove unused GHOST quit dialog code
Diffstat (limited to 'intern/ghost/GHOST_C-api.h')
-rw-r--r--intern/ghost/GHOST_C-api.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h
index 6c490e51b0d..6f92adde0b2 100644
--- a/intern/ghost/GHOST_C-api.h
+++ b/intern/ghost/GHOST_C-api.h
@@ -906,17 +906,6 @@ extern void GHOST_putClipboard(GHOST_TInt8 *buffer, int selection);
extern int GHOST_toggleConsole(int action);
/**
- * Confirms quitting he program when there is just one window left open
- * in the application
- */
-extern int GHOST_confirmQuit(GHOST_WindowHandle windowhandle);
-
-/**
- * Informs if the system provides native dialogs (eg. confirm quit)
- */
-extern int GHOST_SupportsNativeDialogs(void);
-
-/**
* Use native pixel size (MacBook pro 'retina'), if supported.
*/
extern int GHOST_UseNativePixels(void);