* format.c (measure_is_valid): Really return false when m >=
[pspp-builds.git] / src / data / variable.h
index aad4fe638cd27e3543d377286ed4177a6668dbb9..8a4609f0526e77d15a6a392c0fee7289f6180fab 100644 (file)
@@ -126,9 +126,6 @@ struct vector
     int cnt;                   /* Number of variables. */
   };
 \f
-struct ccase;
-void dump_split_vars (const struct ccase *);
-\f
 struct var_set;
 
 struct dictionary;
@@ -179,15 +176,6 @@ int parse_mixed_vars_pool (struct pool *,
 const char * var_to_string(const struct variable *var);
 
 
-/* Two complementary functions for dealing with 
-   Very Long String variables */
-
-void copy_demangle (char *dst, size_t dst_size,
-                   const char *src, size_t src_size);
-
-void copy_mangle (char *dst, size_t dst_size,
-                 const char *src, size_t src_size);
-
 int width_to_bytes(int width);