diff --git a/.gitattributes b/.gitattributes
index c9d5b1933be08fdcf08a6476e4f43ca2a2ca773c..2d335a13cb10288995d56286e902d9e881d96aec 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -383,8 +383,6 @@ prive/formulaires/selecteur/picker.css -text
 prive/formulaires/selecteur/rubriques.html -text
 prive/formulaires/selecteur/rubriques_fonctions.php -text
 prive/formulaires/selecteur/selecteur_fonctions.php -text
-prive/formulaires/selecteur_groupe_mot.html -text
-prive/formulaires/selecteur_groupe_mot_fonctions.php -text
 prive/formulaires/traduire.html -text
 prive/formulaires/traduire.php -text
 prive/ical_prive.html -text
diff --git a/prive/formulaires/selecteur_groupe_mot.html b/prive/formulaires/selecteur_groupe_mot.html
deleted file mode 100644
index 4bd21b2f841cc755123f36178a0d601b65c9d7a8..0000000000000000000000000000000000000000
--- a/prive/formulaires/selecteur_groupe_mot.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<B_groupes>
-<select[ name='(#ENV{name})'][ id='(#ENV{id})']>
-<BOUCLE_groupes(GROUPES_MOTS){par titre}{tables_liees==#VAL{'(^|,)'}|concat{#ENV{table,.*},'($|,)'}}>
-<option value='#ID_GROUPE'[(#EXPOSE{' '})selected='selected']>[(#TITRE|supprimer_tags|texte_backend)]</option>
-</BOUCLE_groupes>
-</select>
-</B_groupes>
\ No newline at end of file
diff --git a/prive/formulaires/selecteur_groupe_mot_fonctions.php b/prive/formulaires/selecteur_groupe_mot_fonctions.php
deleted file mode 100644
index 5136305df73b016ba2eaa706db221cacf9307457..0000000000000000000000000000000000000000
--- a/prive/formulaires/selecteur_groupe_mot_fonctions.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-/***************************************************************************\
- *  SPIP, Systeme de publication pour l'internet                           *
- *                                                                         *
- *  Copyright (c) 2001-2011                                                *
- *  Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James  *
- *                                                                         *
- *  Ce programme est un logiciel libre distribue sous licence GNU/GPL.     *
- *  Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne.   *
-\***************************************************************************/
-/*
-function critere_GROUPES_MOTS_table_dist($idb,&$boucles, $crit) {
-	if (isset($crit->param[0])) {
-		$_table = calculer_liste($crit->param[0], array(), $boucles, $boucles[$idb]->id_parent);
-		$boucles[$idb]->where[]="$_table?preg_replace('[^w]','',$_table).\"='oui'\":\"\"";
-	}
-}*/
-
-?>