From a726449eb10ed35f8f0f50ac4f0535cdc02b67d6 Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 25 Oct 2014 06:49:42 +0000 Subject: [PATCH] Removes redundant FIXME * Removes a Choice that has already been moved to the .choices module --- taiga/projects/models.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/taiga/projects/models.py b/taiga/projects/models.py index ce95161a..67f1a897 100644 --- a/taiga/projects/models.py +++ b/taiga/projects/models.py @@ -39,12 +39,6 @@ from taiga.projects.notifications.services import create_notify_policy_if_not_ex from . import choices -# FIXME: this should to be on choices module (?) -VIDEOCONFERENCES_CHOICES = ( - ('appear-in', 'AppearIn'), - ('talky', 'Talky'), -) - class Membership(models.Model): # This model stores all project memberships. Also