diff --git a/build b/build index bb6e701b..02525c78 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit bb6e701bd869aafa0811557508bc524de8c323c5 +Subproject commit 02525c784360c3e1a268be0901cfc03b0022454c diff --git a/sources/ewol/compositing/Mesh.cpp b/sources/ewol/compositing/Mesh.cpp deleted file mode 100644 index e69de29b..00000000 diff --git a/sources/ewol/compositing/Mesh.h b/sources/ewol/compositing/Mesh.h deleted file mode 100644 index fe5daac6..00000000 --- a/sources/ewol/compositing/Mesh.h +++ /dev/null @@ -1,26 +0,0 @@ -/** - * @author Edouard DUPIN - * - * @copyright 2011, Edouard DUPIN, all right reserved - * - * @license BSD v3 (see license file) - */ - -#ifndef __EWOL_COMPOSITING_MESH_H__ -#define __EWOL_COMPOSITING_MESH_H__ - -#include -#include -#include - -namespace ewol { - class Mesh : public ewol::Compositing { - protected: - - public: - - }; -}; - -#endif - diff --git a/sources/ewol/widget/Widget.h b/sources/ewol/widget/Widget.h index 3b3554cb..a9d3e411 100644 --- a/sources/ewol/widget/Widget.h +++ b/sources/ewol/widget/Widget.h @@ -99,7 +99,7 @@ namespace ewol { /** * @ingroup ewolWidgetGroup */ - class Widget : public EObject { + class Widget : public ewol::EObject { public: // Config list of properties static const char* const configFill; diff --git a/sources/lutin_ewol.py b/sources/lutin_ewol.py index 1acd40d6..3333bc5e 100755 --- a/sources/lutin_ewol.py +++ b/sources/lutin_ewol.py @@ -76,7 +76,6 @@ def Create(target): 'ewol/compositing/Drawing.cpp', 'ewol/compositing/Image.cpp', 'ewol/compositing/Sprite.cpp', - 'ewol/compositing/Mesh.cpp', 'ewol/compositing/Shaper.cpp', 'ewol/compositing/Area.cpp'])