diff --git a/SQCSim-common/SQCSim-common.vcxproj b/SQCSim-common/SQCSim-common.vcxproj
index 9e79f4d..4ba7bd4 100644
--- a/SQCSim-common/SQCSim-common.vcxproj
+++ b/SQCSim-common/SQCSim-common.vcxproj
@@ -140,7 +140,6 @@
-
@@ -154,7 +153,6 @@
-
diff --git a/SQCSim-common/SQCSim-common.vcxproj.filters b/SQCSim-common/SQCSim-common.vcxproj.filters
index 20127f3..45814cf 100644
--- a/SQCSim-common/SQCSim-common.vcxproj.filters
+++ b/SQCSim-common/SQCSim-common.vcxproj.filters
@@ -57,9 +57,6 @@
Fichiers d%27en-tête
-
- Fichiers d%27en-tête
-
@@ -89,8 +86,5 @@
Fichiers sources
-
- Fichiers sources
-
\ No newline at end of file
diff --git a/SQCSim2021/SQCSim2021.vcxproj b/SQCSim2021/SQCSim2021.vcxproj
index 3aec273..8f2d6e3 100644
--- a/SQCSim2021/SQCSim2021.vcxproj
+++ b/SQCSim2021/SQCSim2021.vcxproj
@@ -19,6 +19,7 @@
+
@@ -36,6 +37,7 @@
+
diff --git a/SQCSim2021/SQCSim2021.vcxproj.filters b/SQCSim2021/SQCSim2021.vcxproj.filters
index 8246b5c..5b333aa 100644
--- a/SQCSim2021/SQCSim2021.vcxproj.filters
+++ b/SQCSim2021/SQCSim2021.vcxproj.filters
@@ -56,6 +56,9 @@
Fichiers d%27en-tête
+
+ Fichiers d%27en-tête
+
@@ -103,5 +106,8 @@
Fichiers sources
+
+ Fichiers sources
+
\ No newline at end of file
diff --git a/SQCSim2021/engine.h b/SQCSim2021/engine.h
index 9e29562..57841b9 100644
--- a/SQCSim2021/engine.h
+++ b/SQCSim2021/engine.h
@@ -64,10 +64,6 @@ private:
void DrawHud(float elapsedTime, BlockType bloc);
void PrintText(float x, float y, const std::string& t, float charSizeMultiplier = 1.0f);
-
-
-
-
Connector m_conn;
Shader m_shader01;
BlockInfo* m_blockinfo[BTYPE_LAST];