Skip to content

Commit 7ca1013

Browse files
committed
FIX: build
1 parent f022142 commit 7ca1013

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/displaySystems/Equalizer/WindowImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ using namespace std;
4747

4848
///////////////////////////////////////////////////////////////////////////////
4949
WindowImpl::WindowImpl(eq::Pipe* parent):
50-
eq::Window(parent), myPipe((PipeImpl*)parent),
50+
eq::Window(parent),
5151
myVisible(false), mySkipResize(false)
5252
//myIndex(Vector2i::Zero())
5353
{

src/displaySystems/Equalizer/eqinternal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ class WindowImpl: public eq::Window
193193
bool processEvent(const eq::Event& event);
194194

195195
private:
196-
PipeImpl* myPipe;
197196
omicron::Ref<Renderer> myRenderer;
198197
omicron::Ref<GpuContext> myGpuContext;
199198
DisplayTileConfig* myTile;

0 commit comments

Comments
 (0)