diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-06 07:20:23 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-06 07:20:23 +0000 |
| commit | d01e7d7d15cfcc0b603eecc6a0d0b925f00ee003 (patch) | |
| tree | c2a24485c71bc11cd194266d429f13f7313f6297 /src/box3d-context.cpp | |
| parent | Convenience for debugging (diff) | |
| download | inkscape-d01e7d7d15cfcc0b603eecc6a0d0b925f00ee003.tar.gz inkscape-d01e7d7d15cfcc0b603eecc6a0d0b925f00ee003.zip | |
Workaround for some segfaults: Store perspectives globally instead of in each desktop (this should probably be reverted later on)
(bzr r3390)
Diffstat (limited to 'src/box3d-context.cpp')
| -rw-r--r-- | src/box3d-context.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
