Skip to content
Snippets Groups Projects
Commit 494ff01f authored by Sergey Linev's avatar Sergey Linev
Browse files

virtualx: remove GLUtesselator forward declarations from TVirtualX.h

It is not used in TVirtualX interfaces.
It is re-declared in TGLUtil.h include.
Was introduced 14 years ago with the commit:

https://github.com/root-project/root/commit/fc7ab2b

In my mind - it is wrong place
parent 4ee50948
Branches
Tags
No related merge requests found
...@@ -49,11 +49,6 @@ enum ECursor { kBottomLeft, kBottomRight, kTopLeft, kTopRight, ...@@ -49,11 +49,6 @@ enum ECursor { kBottomLeft, kBottomRight, kTopLeft, kTopRight,
class TPoint; class TPoint;
class TString; class TString;
class TGWin32Command; class TGWin32Command;
#ifdef __cplusplus
class GLUtesselator;
#else
extern "C" { struct GLUtesselator; }
#endif
class TVirtualX : public TNamed, public TAttLine, public TAttFill, public TAttText, public TAttMarker { class TVirtualX : public TNamed, public TAttLine, public TAttFill, public TAttText, public TAttMarker {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment