Update SGCT to not require the specification of projection planes if 3D rendering in not required

Remove comments as it is the preferred way of handling the web gui
This commit is contained in:
Alexander Bock
2020-06-23 15:18:25 +02:00
parent 621772dbb8
commit f138708fd9
9 changed files with 20 additions and 22 deletions

View File

@@ -91,10 +91,6 @@ void CefWebGuiModule::startOrStopGui() {
WebBrowserModule* webBrowserModule = global::moduleEngine.module<WebBrowserModule>();
//TODO: micah - revisit this, either remove code or find situation
//where you haave a master without a gui and fixfor it.
//const bool hasGuiWindow = global::windowDelegate.hasGuiWindow();
const bool isMaster = global::windowDelegate.isMaster();
if (_enabled && isMaster) {