pspp-sheet-view: Removed unused variable.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Jun 2015 17:01:29 +0000 (10:01 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Jun 2015 17:01:29 +0000 (10:01 -0700)
commit7425ac6542200f99857a855c00ee8585077ba6f2
tree718b217d8b7157815eb4b7c702de77b0a1928ec9
parent2dcb83889deb00c0e53d9e6f7d9693b56f8107a3
pspp-sheet-view: Removed unused variable.

Commit 9682fa965a7d (fixed scrolling of edited cell - fixes bug #45113)
removed all uses of local variable 'requisition' from
pspp_sheet_view_real_start_editing(), but did not remove the declaration.
This commit removes the declaration.

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