From: John Darrington Date: Mon, 1 Dec 2008 01:07:48 +0000 (+0900) Subject: Remove font information from cell attributes and sheet model. X-Git-Tag: v0.7.1~91^2~5 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc632e6f82af2edb7e1c3f9feb9901deaa5038c0;hp=bc632e6f82af2edb7e1c3f9feb9901deaa5038c0;p=pspp-builds.git Remove font information from cell attributes and sheet model. Deleted the font_desc member from the GtkSheetCellAttr struct and also all font related stuff from the GSheetModel interface. Instead, fonts are now considered strictly a parameter of the viewing widget instead of data in the model. ---