Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
ParaView
Commits
e0e61469
Commit
e0e61469
authored
Jun 30, 2004
by
Andy Cedilnik
Browse files
ERR: Really remove warning
parent
f4a710a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
GUI/Client/vtkPVApplication.cxx
View file @
e0e61469
...
...
@@ -109,7 +109,7 @@
//----------------------------------------------------------------------------
vtkStandardNewMacro
(
vtkPVApplication
);
vtkCxxRevisionMacro
(
vtkPVApplication
,
"1.29
1
"
);
vtkCxxRevisionMacro
(
vtkPVApplication
,
"1.29
2
"
);
vtkCxxSetObjectMacro
(
vtkPVApplication
,
RenderModule
,
vtkPVRenderModule
);
...
...
@@ -2322,12 +2322,17 @@ void vtkPVApplication::SendStringToClientAndServer(const char* str)
//----------------------------------------------------------------------------
void
vtkPVApplication
::
ExecuteEvent
(
vtkObject
*
o
,
unsigned
long
event
,
void
*
calldata
)
{
(
void
)
event
;
(
void
)
calldata
;
// Placeholder for future events
/*
switch ( event )
{
default:
vtkPVApplication::Abort();
break;
}
*/
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment