small clenup
git-svn-id: http://tint2.googlecode.com/svn/trunk@573 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
eae7223ddf
commit
7f1f66a497
2 changed files with 4 additions and 4 deletions
|
@ -471,9 +471,11 @@ void add_entry (char *key, char *value)
|
|||
}
|
||||
else if (strcmp (key, "taskbar_name_active_background_id") == 0) {
|
||||
}
|
||||
else if (strcmp (key, "taskbar_font_color") == 0) {
|
||||
else if (strcmp (key, "taskbar_name_font") == 0) {
|
||||
}
|
||||
else if (strcmp (key, "taskbar_active_font_color") == 0) {
|
||||
else if (strcmp (key, "taskbar_name_font_color") == 0) {
|
||||
}
|
||||
else if (strcmp (key, "taskbar_name_active_font_color") == 0) {
|
||||
}
|
||||
|
||||
/* Task */
|
||||
|
|
|
@ -23,8 +23,6 @@ typedef struct {
|
|||
int desktop;
|
||||
|
||||
// task parameters
|
||||
int task_width;
|
||||
int task_modulo;
|
||||
int text_width;
|
||||
} Taskbar;
|
||||
|
||||
|
|
Loading…
Reference in a new issue