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-Decimater
Compare Revisions
e2409a3e55ab73c514b7c4d6764ef5bb620c50d1...732085816e404877914162ac2dbf69f0374180ea
Source
732085816e404877914162ac2dbf69f0374180ea
Select Git revision
...
Target
e2409a3e55ab73c514b7c4d6764ef5bb620c50d1
Select Git revision
Compare
Commits (1)
Removed old svn header
· 73208581
Jan Möbius
authored
Jan 09, 2019
73208581
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
49 deletions
+7
-49
DecimateThread.cc
DecimateThread.cc
+1
-7
DecimateThread.hh
DecimateThread.hh
+1
-7
DecimaterInfo.cc
DecimaterInfo.cc
+1
-7
DecimaterInfo.hh
DecimaterInfo.hh
+1
-7
DecimaterPlugin.hh
DecimaterPlugin.hh
+1
-7
DecimaterToolbarWidget.cc
DecimaterToolbarWidget.cc
+1
-7
DecimaterToolbarWidget.hh
DecimaterToolbarWidget.hh
+1
-7
No files found.
DecimateThread.cc
View file @
73208581
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "DecimateThread.hh"
...
...
DecimateThread.hh
View file @
73208581
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef DECIMATETHREAD_HH
...
...
DecimaterInfo.cc
View file @
73208581
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "DecimaterInfo.hh"
...
...
DecimaterInfo.hh
View file @
73208581
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include <OpenFlipper/common/perObjectData.hh>
#include <OpenFlipper/common/Types.hh>
...
...
DecimaterPlugin.hh
View file @
73208581
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef DECIMATERPLUGIN_HH
#define DECIMATERPLUGIN_HH
...
...
DecimaterToolbarWidget.cc
View file @
73208581
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "DecimaterToolbarWidget.hh"
...
...
DecimaterToolbarWidget.hh
View file @
73208581
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef DECIMATERTOOLBARWIDGET_HH
#define DECIMATERTOOLBARWIDGET_HH
...
...