mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-06 12:24:27 -04:00
Fix a stray global-scope variable.
This commit is contained in:
parent
7a06191a8f
commit
805dfe5437
@ -125,14 +125,12 @@
|
||||
* to 124 so that XQTR will be precisely an integer.
|
||||
*/
|
||||
|
||||
struct width {
|
||||
static struct width {
|
||||
char const * option;
|
||||
char const * fullname;
|
||||
int xpix;
|
||||
int ttfwidth;
|
||||
};
|
||||
|
||||
struct width const widths[] = {
|
||||
} const widths[] = {
|
||||
{
|
||||
"--normal",
|
||||
"Bedstead",
|
||||
@ -172,7 +170,6 @@ struct width const widths[] = {
|
||||
};
|
||||
static int const nwidths = sizeof(widths) / sizeof(widths[0]);
|
||||
|
||||
|
||||
struct width const *width = &widths[0];
|
||||
|
||||
/* Size of output pixels in font design units (usually 1000/em) */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user