From d01e7d7d15cfcc0b603eecc6a0d0b925f00ee003 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Mon, 6 Aug 2007 07:20:23 +0000 Subject: Workaround for some segfaults: Store perspectives globally instead of in each desktop (this should probably be reverted later on) (bzr r3390) --- src/box3d-context.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/box3d-context.cpp') diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index 749087593..5f1029576 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -90,7 +90,6 @@ static void sp_3dbox_context_class_init(SP3DBoxContextClass *klass) event_context_class->item_handler = sp_3dbox_context_item_handler; } -Box3D::Perspective3D * Box3D::Perspective3D::current_perspective = NULL; guint SP3DBoxContext::number_of_handles = 3; static void sp_3dbox_context_init(SP3DBoxContext *box3d_context) -- cgit v1.2.3