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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-05-08 08:52:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-08 08:52:13 +0300
commit433aaa8c2e8db5c8f65a8942c59d66d99d5fa340 (patch)
tree8995469c812ed0d2dacbbc52aa25c26363f02466 /source
parentc09e22306add3e0e1fdff6171eb21e4fde18019e (diff)
Cleanup: remove unused wmReport struct
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/WM_types.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 8c94c2ff043..7892e71ab11 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -622,26 +622,6 @@ typedef struct wmIMEData {
typedef void (*wmPaintCursorDraw)(struct bContext *C, int, int, void *customdata);
-
-/* ****************** Messages ********************* */
-
-enum {
- WM_LOG_DEBUG = 0,
- WM_LOG_INFO = 1000,
- WM_LOG_WARNING = 2000,
- WM_ERROR_UNDEFINED = 3000,
- WM_ERROR_INVALID_INPUT = 3001,
- WM_ERROR_INVALID_CONTEXT = 3002,
- WM_ERROR_OUT_OF_MEMORY = 3003
-};
-
-typedef struct wmReport {
- struct wmReport *next, *prev;
- const char *typestr;
- char *message;
- int type;
-} wmReport;
-
/* *************** Drag and drop *************** */
#define WM_DRAG_ID 0