Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
0c99ef50
Commit
0c99ef50
authored
Mar 23, 2011
by
Robert Frohl
Browse files
[CLEAN]
parent
0f46c698
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/gui/qt4/networkEditor/WQtNetworkEditor.cpp
src/gui/qt4/networkEditor/WQtNetworkEditor.cpp
+0
-3
No files found.
src/gui/qt4/networkEditor/WQtNetworkEditor.cpp
View file @
0c99ef50
...
...
@@ -154,8 +154,6 @@ void WQtNetworkEditor::deleteSelectedItems()
ar
->
getEndPort
()
->
getConnector
()
->
getName
()
)
);
disconnectCombiner
->
run
();
disconnectCombiner
->
wait
();
//ar->hide();
//m_scene->removeItem( ar );
}
}
...
...
@@ -164,7 +162,6 @@ void WQtNetworkEditor::deleteSelectedItems()
if
(
it
!=
0
)
{
WKernel
::
getRunningKernel
()
->
getRootContainer
()
->
remove
(
it
->
getModule
()
);
//it->hide();
m_scene
->
removeItem
(
it
);
}
}
...
...
Write
Preview
Markdown
is supported
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