summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
authorLeo2009-02-24 05:54:16 +0000
committerLeo2009-02-24 05:54:16 +0000
commit6a0c59cd1ef3362a486e9261a000020ce8aacc9c (patch)
tree20b2b9d4019fed322ffaf9c8b9d4fde967f52916 /common/project.h
parent281dfd75faafc8a0806cb43649a07833d9209d07 (diff)
Removed display lists.
git-svn-id: http://svn.leocad.org/tags/leocad-0.75@743 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/project.h b/common/project.h
index af59d7f..de951ce 100644
--- a/common/project.h
+++ b/common/project.h
@@ -190,6 +190,7 @@ protected:
void RenderOverlays(int Viewport);
void RenderBoxes(bool bHilite);
void RenderInitialize();
+ void DrawGrid();
void CreateHTMLPieceList(FILE* f, int nStep, bool bImages, char* ext);
inline bool IsDrawing()
@@ -277,7 +278,6 @@ protected:
char m_strFooter[256];
char m_strHeader[256];
- GLuint m_nGridList;
unsigned long m_nAutosave;
unsigned long m_nSaveTimer;
char m_strModelsPath[LC_MAXPATH];