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:
authorCampbell Barton <ideasman42@gmail.com>2015-04-08 08:07:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-08 08:09:20 +0300
commit45e23661488d2bd585cfcc4561868361e98f906b (patch)
treedbf7187fed3be748a2f116095e5d1de2d2458f11 /intern/ghost/GHOST_Types.h
parent796b17b8439eb883c892dbc3896a2d8a62af2b43 (diff)
Cleanup: remove unused defines
Diffstat (limited to 'intern/ghost/GHOST_Types.h')
-rw-r--r--intern/ghost/GHOST_Types.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h
index eccbaadb71d..752a45c7473 100644
--- a/intern/ghost/GHOST_Types.h
+++ b/intern/ghost/GHOST_Types.h
@@ -126,12 +126,8 @@ typedef enum {
GHOST_kWindowStateMinimized,
GHOST_kWindowStateFullScreen,
GHOST_kWindowStateEmbedded,
- GHOST_kWindowState8Normal = 8,
- GHOST_kWindowState8Maximized,
- GHOST_kWindowState8Minimized,
- GHOST_kWindowState8FullScreen,
- GHOST_kWindowStateModified,
- GHOST_kWindowStateUnModified
+ // GHOST_kWindowStateModified,
+ // GHOST_kWindowStateUnModified,
} GHOST_TWindowState;