Remove UNUSED attributes where they were inappropriate.
[pspp] / src / output / cairo.c
index b3bb1de36691556913c87554df4dde005bb51183..739a34133d0b215ac6f9a9f472118ac965534ee3 100644 (file)
@@ -1445,7 +1445,7 @@ xr_layout_cell_text (struct xr_driver *xr, const struct table_cell *cell,
   if (bb[V][0] + h >= bb[V][1] && !(options & TAB_ROTATE))
     {
       PangoLayoutIter *iter;
-      int best UNUSED = 0;
+      int best = 0;
 
       /* Choose a breakpoint between lines instead of in the middle of one. */
       iter = pango_layout_get_iter (font->layout);