Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-AlignMeshes
Commits
1dfdcfea
Commit
1dfdcfea
authored
Dec 10, 2015
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed empty function call
parent
5c12bf67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
PluginAlignMeshes.cc
PluginAlignMeshes.cc
+0
-4
PluginAlignMeshes.hh
PluginAlignMeshes.hh
+0
-1
No files found.
PluginAlignMeshes.cc
View file @
1dfdcfea
...
...
@@ -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
...
...
PluginAlignMeshes.hh
View file @
1dfdcfea
...
...
@@ -98,7 +98,6 @@ private slots:
// BaseInterface
void
initializePlugin
();
void
pluginsInitialized
();
private:
AlignMeshesToolbox
*
toolBox_
;
...
...
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