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-INI
Compare Revisions
5ff712f9b4ead64d9377d078adb5a699414c3ef9...8fba723ad62cc5934b75b9c35ec90baa5298e43a
Source
8fba723ad62cc5934b75b9c35ec90baa5298e43a
Select Git revision
...
Target
5ff712f9b4ead64d9377d078adb5a699414c3ef9
Select Git revision
Compare
Commits (1)
Removed old svn header
· 8fba723a
Jan Möbius
authored
Jan 09, 2019
8fba723a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
21 deletions
+3
-21
iniPlugin.cc
iniPlugin.cc
+1
-7
iniPlugin.hh
iniPlugin.hh
+1
-7
iniPluginT.cc
iniPluginT.cc
+1
-7
No files found.
iniPlugin.cc
View file @
8fba723a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
// Includes
#include "iniPlugin.hh"
...
...
iniPlugin.hh
View file @
8fba723a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef INIPLUGIN_HH
#define INIPLUGIN_HH
...
...
iniPluginT.cc
View file @
8fba723a
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "iniPlugin.hh"
...
...