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:
Diffstat (limited to 'source/gameengine/GamePlayer/common/GPC_Canvas.h')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_Canvas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_Canvas.h b/source/gameengine/GamePlayer/common/GPC_Canvas.h
index 2a597c4c43d..453b9505183 100644
--- a/source/gameengine/GamePlayer/common/GPC_Canvas.h
+++ b/source/gameengine/GamePlayer/common/GPC_Canvas.h
@@ -90,8 +90,6 @@ protected:
* relative to the context */
RAS_Rect m_displayarea;
- int *m_viewport;
-
/** Storage for the banners to display. */
TBannerMap m_banners;
/** State of banner display. */
@@ -155,7 +153,6 @@ public:
);
void SetViewPort(int x1, int y1, int x2, int y2);
- const int *GetViewPort();
void ClearColor(float r, float g, float b, float a);