Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfedcafe committed Dec 26, 2024
1 parent ef5ee49 commit b2afb96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions library/src/interactor_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

#if F3D_MODULE_UI
#include "vtkF3DImguiConsole.h"

#endif
#endif

#include "vtkF3DInteractorEventRecorder.h"
#include "vtkF3DInteractorStyle.h"
Expand Down Expand Up @@ -613,16 +612,14 @@ interactor& interactor_impl::initCommands()
[&](const std::vector<std::string>& args)
{
check_args(args, 0, "clear");

#if F3D_MODULE_UI
vtkF3DImguiConsole* console =
vtkF3DImguiConsole::SafeDownCast(vtkOutputWindow::GetInstance());
if (console)
{
console->Clear();
}

#endif
#endif
});
this->addCommand("print",
[&](const std::vector<std::string>& args)
Expand Down

0 comments on commit b2afb96

Please sign in to comment.