Skip to content

Commit

Permalink
[BALLView] Drop VIEW server support
Browse files Browse the repository at this point in the history
  • Loading branch information
tkemmer committed May 9, 2018
1 parent c5806e5 commit 34f44e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions source/APPLICATIONS/BALLVIEW/mainframe.C
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <BALL/KERNEL/forEach.h>

#include <BALL/CONCEPT/moleculeObjectCreator.h>
#include <BALL/VIEW/KERNEL/serverWidget.h>

#include "ui_aboutDialog.h"

Expand Down Expand Up @@ -141,12 +140,6 @@ namespace BALL

new DisplayProperties(this, ((String)tr("DisplayProperties")).c_str());

// setup the VIEW server
ServerWidget* server = new ServerWidget(this);
// registering object generator
MoleculeObjectCreator* object_creator = new MoleculeObjectCreator;
server->registerObjectCreator(*object_creator);

#ifdef BALL_PYTHON_SUPPORT
PyInterpreter::initialize();
new TestFramework(this, ((String)"Test Framework").c_str());
Expand Down

0 comments on commit 34f44e0

Please sign in to comment.