pspp-sheet-view: Remove write-only variable from pspp_sheet_view_draw_bin().
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Jun 2015 16:59:17 +0000 (09:59 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Jun 2015 16:59:17 +0000 (09:59 -0700)
commit2dcb83889deb00c0e53d9e6f7d9693b56f8107a3
treee2be1e6c84d9531d98082426c09dca8d7db492d5
parentab97e700f033db654e2f44919c73973d13b0c522
pspp-sheet-view: Remove write-only variable from pspp_sheet_view_draw_bin().

Commit 9682fa965 (fixed scrolling of edited cell - fixes bug #45113)
removed the only code that uses the variable of 'has_special_cell' from
pspp_sheet_view_draw_bin(), but retained the code that set its value.
This commit removes the variable entirely.

This fixes a warning reported by GCC 4.9.1.
src/ui/gui/pspp-sheet-view.c