git-svn-id: http://tint2.googlecode.com/svn/trunk@578 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-10-23 11:46:47 +00:00
parent c01b7f480e
commit 503a4b6845
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ typedef struct {
Area area;
int desktop;
int current_state;
Pixmap state_pix[TASKBAR_STATE_COUNT];
// task parameters
@@ -34,8 +33,6 @@ typedef struct {
//always start with area
Area area;
Background* background[TASKBAR_STATE_COUNT];
//Background* bg;
//Background* bg_active;
} Global_taskbar;