We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f022142 commit 7ca1013Copy full SHA for 7ca1013
src/displaySystems/Equalizer/WindowImpl.cpp
@@ -47,7 +47,7 @@ using namespace std;
47
48
///////////////////////////////////////////////////////////////////////////////
49
WindowImpl::WindowImpl(eq::Pipe* parent):
50
- eq::Window(parent), myPipe((PipeImpl*)parent),
+ eq::Window(parent),
51
myVisible(false), mySkipResize(false)
52
//myIndex(Vector2i::Zero())
53
{
src/displaySystems/Equalizer/eqinternal.h
@@ -193,7 +193,6 @@ class WindowImpl: public eq::Window
193
bool processEvent(const eq::Event& event);
194
195
private:
196
- PipeImpl* myPipe;
197
omicron::Ref<Renderer> myRenderer;
198
omicron::Ref<GpuContext> myGpuContext;
199
DisplayTileConfig* myTile;
0 commit comments