diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 22:30:19 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 22:30:49 +0000 |
commit | 5ccc0361bf3a0be5a123679e6086bc4a03ab1d7b (patch) | |
tree | 4fe19bb874dc8267786f418041c77688b6a6d5e0 /sdext | |
parent | f58ae13e8a0794295ddf35d50c37299d06d4ea28 (diff) |
WaE: fix Mac build wrt. fprintf
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx index c801462d8fea..46668b30ae9b 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.cxx +++ b/sdext/source/presenter/PresenterProtocolHandler.cxx @@ -613,7 +613,7 @@ SwitchMonitorCommand::SwitchMonitorCommand ( void SwitchMonitorCommand::Execute (void) { - fprintf (stderr, "Switch monitor !\n"); +// fprintf (stderr, "Switch monitor !\n"); } //===== SetNotesViewCommand =================================================== |