Index: definitions/importexportapi_comment.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/importexportapi/definitions/importexportapi_comment.inc,v
retrieving revision 1.10
diff -u -p -r1.10 importexportapi_comment.inc
--- definitions/importexportapi_comment.inc	26 Dec 2006 07:05:01 -0000	1.10
+++ definitions/importexportapi_comment.inc	6 May 2009 18:11:36 -0000
@@ -61,10 +61,6 @@ function comment_def() {
     '#type' => 'datetime',
     '#title' => t('Last modified date')
   );
-  $def['score'] = array(
-    '#type' => 'int',
-    '#title' => t('Score')
-  );
   $def['status'] = array(
     '#type' => 'int',
     '#title' => t('Published')
