[vlmc-devel] commit: wtf? (Ludovic Fauvet )
git at videolan.org
git at videolan.org
Fri Mar 19 13:15:01 CET 2010
vlmc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Fri Mar 19 13:14:11 2010 +0100| [6c9b7cbd11842798664d0e33fa7ec4774a9f60e0] | committer: Ludovic Fauvet
wtf?
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=6c9b7cbd11842798664d0e33fa7ec4774a9f60e0
---
modules/effects/squeleton/Skeleton.cpp | 17 ---------------
modules/effects/squeleton/Skeleton.h | 27 -------------------------
modules/sample_module/libsample_module.so.1 | 1 -
modules/sample_module/libsample_module.so.1.0 | 1 -
modules/sample_module/main.cpp | 16 --------------
5 files changed, 0 insertions(+), 62 deletions(-)
diff --git a/modules/effects/squeleton/Skeleton.cpp b/modules/effects/squeleton/Skeleton.cpp
deleted file mode 100644
index 75504e8..0000000
--- a/modules/effects/squeleton/Skeleton.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "Skeleton.h"
-
-Skeleton::Skeleton()
- : GenericEffect() //Call ctor when refactored
-{
- //Nothing to do
-}
-
-Skeleton::~Skeleton()
-{
- //Nothing to do
-}
-
-void Skeleton::render( void )
-{
- return ;
-}
diff --git a/modules/effects/squeleton/Skeleton.h b/modules/effects/squeleton/Skeleton.h
deleted file mode 100644
index f653840..0000000
--- a/modules/effects/squeleton/Skeleton.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef SKELETON_H
-#define SKELETON_H
-
-#include "GenericEffect.h"
-
-class Skeleton : public GenericEffect
-{
- Q_CLASSINFO("authors", "Clement CHAVANCE")
- Q_CLASSINFO("mail", "kinder at vlmc.org")
- Q_CLASSINFO("name", "Skeleton")
- Q_CLASSINFO("www", "www.vlmc.org")
- Q_CLASSINFO("version", "0.1")
- Q_CLASSINFO("description", "Exemple of a skeleton plugin")
- Q_CLASSINFO("category", "Exemples")
- public:
- Skeleton();
- ~Skeleton();
-
- void render( void );
-};
-
-extern "C"
-{
- Skeleton*
-}
-
-#endif
diff --git a/modules/sample_module/libsample_module.so.1 b/modules/sample_module/libsample_module.so.1
deleted file mode 120000
index a704bef..0000000
--- a/modules/sample_module/libsample_module.so.1
+++ /dev/null
@@ -1 +0,0 @@
-libsample_module.so.1.0.0
\ No newline at end of file
diff --git a/modules/sample_module/libsample_module.so.1.0 b/modules/sample_module/libsample_module.so.1.0
deleted file mode 120000
index a704bef..0000000
--- a/modules/sample_module/libsample_module.so.1.0
+++ /dev/null
@@ -1 +0,0 @@
-libsample_module.so.1.0.0
\ No newline at end of file
diff --git a/modules/sample_module/main.cpp b/modules/sample_module/main.cpp
deleted file mode 100644
index 559d4c8..0000000
--- a/modules/sample_module/main.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "../../src/API/vlmc_module.h"
-
-#include <stdio.h>
-
-vlmc_module_begin()
- printf("Initializing sample_module\n");
-vlmc_module_end()
-
-static vlmc_return_type_t Open( void* pv_module )
-{
- create_p_module( pv_module );
-
- vlmc_add_variable_int( p_module, "test_var", 0 );
- return VLMC_SUCCESS;
-}
-
More information about the Vlmc-devel
mailing list