remove dead code

This commit is contained in:
Daniel Kolesa 2015-01-28 14:42:42 +00:00
parent 2d55e0056b
commit daa48aec51
1 changed files with 0 additions and 5 deletions

View File

@ -10,9 +10,6 @@
# define D_(string) (string)
#endif
#define RESOLUTION_MINUTE 0
#define RESOLUTION_SECOND 1
typedef struct _Config Config;
typedef struct _Config_Item Config_Item;
@ -27,8 +24,6 @@ struct _Config
struct _Config_Item
{
const char *id;
int resolution;
double poll_time;
int show_time, show_date, show_tip;
const char *time_format;
const char *date_format;