remove unused CGram type and variable

This commit is contained in:
marschap
2006-09-29 21:29:47 +00:00
parent d76637c771
commit be8aa83cbe
3 changed files with 0 additions and 18 deletions
-6
View File
@@ -56,11 +56,6 @@ typedef enum {
} CGmode;
typedef struct cgram_cache {
char cache[DEFAULT_CELL_HEIGHT];
int clean;
} CGram;
typedef struct driver_private_data {
char device[200];
@@ -78,7 +73,6 @@ typedef struct driver_private_data {
unsigned char *backingstore;
/* defineable characters */
CGram cc[NUM_CCs];
CGmode ccmode;
int contrast;
-6
View File
@@ -84,11 +84,6 @@ typedef enum {
} CGmode;
typedef struct cgram_cache {
char cache[DEFAULT_CELL_HEIGHT];
int clean;
} CGram;
typedef struct driver_private_data {
char device[200];
@@ -108,7 +103,6 @@ typedef struct driver_private_data {
unsigned char *backingstore;
/* defineable characters */
CGram cc[NUM_CCs];
CGmode ccmode;
int contrast;
-6
View File
@@ -116,11 +116,6 @@ typedef enum {
} CGmode;
typedef struct cgram_cache {
char cache[DEFAULT_CELL_HEIGHT];
int clean;
} CGram;
typedef struct driver_private_data {
char device[200];
@@ -140,7 +135,6 @@ typedef struct driver_private_data {
unsigned char *backingstore;
/* defineable characters */
CGram cc[NUM_CCs];
CGmode ccmode;
int contrast;