added automake.mk files in src/language
[pspp] / src / weight.c
index 9128bc3e90038b2f44bb33e0df94528144ea5195..f1326f09d25fc6a70e99670b9ab68266f6c826f2 100644 (file)
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-/* WEIGHT transformation. */
-struct weight_trns
-  {
-    struct trns_header h;
-    int src;                   /* `value' index of weighting variable. */
-    int dest;                  /* `value' index of $WEIGHT. */
-  };
-
 int
 cmd_weight (void)
 {