diff --git a/admin/setup_mvp.php b/admin/setup_mvp.php
index 87ef5fa..d4df487 100644
--- a/admin/setup_mvp.php
+++ b/admin/setup_mvp.php
@@ -164,7 +164,6 @@ foreach ($lines_by_section as $section_code => $lines) {
// Skip D-section lines (25, 26, 28, 29) as they are calculated
if ($section_code == 'D') {
- print '
Note: Les lignes de la section D sont calculées automatiquement à partir des autres sections.
';
continue;
}
diff --git a/core/class/declarationtva_config.class.php b/core/class/declarationtva_config.class.php
index f90b7f8..2229c52 100644
--- a/core/class/declarationtva_config.class.php
+++ b/core/class/declarationtva_config.class.php
@@ -468,11 +468,6 @@ class DeclarationTVA_Config
'title' => 'B. DÉCOMPTE DE LA TVA À PAYER',
'description' => '',
'notice' => ''
- ),
- 'D' => array(
- 'title' => 'D. RÉSULTAT',
- 'description' => '',
- 'notice' => ''
)
);
}