Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
7a5adf03
Commit
7a5adf03
authored
Dec 10, 2015
by
Jan Möbius
Browse files
Removed empty function call
parent
23a346a4
Pipeline
#290
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Plugin-AlignMeshes/PluginAlignMeshes.cc
View file @
7a5adf03
...
...
@@ -67,10 +67,6 @@ void PluginAlignMeshes::initializePlugin() {
connect
(
toolBox_
->
scaleToUnitCubeNonUniformButton
,
SIGNAL
(
pressed
()),
SLOT
(
scaleToUnitCubeNonUniform
()));
}
void
PluginAlignMeshes
::
pluginsInitialized
()
{
}
void
PluginAlignMeshes
::
scaleToUnitCubeNonUniform
()
{
for
(
PluginFunctions
::
ObjectIterator
o_it
(
PluginFunctions
::
TARGET_OBJECTS
,
DATA_TRIANGLE_MESH
|
DATA_POLY_MESH
);
o_it
...
...
Plugin-AlignMeshes/PluginAlignMeshes.hh
View file @
7a5adf03
...
...
@@ -98,7 +98,6 @@ private slots:
// BaseInterface
void
initializePlugin
();
void
pluginsInitialized
();
private:
AlignMeshesToolbox
*
toolBox_
;
...
...
Write
Preview
Supports
Markdown
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