Skip to content

Commit

Permalink
cod eclean
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithDHedger committed Sep 16, 2024
1 parent dc1eafe commit 249a812
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions LFSDock/LFSDock/src/taskBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ bool movetohere=false;
std::vector<taskStruct> holdtasks;
std::vector<taskStruct> filltasks;
std::vector<taskStruct> tasks;
LFSTK_gadgetClass *currentTask=NULL;

bool compareTaskWID(const taskStruct &a,const taskStruct &b)
{
Expand All @@ -46,7 +45,6 @@ bool taskSwitcherExitCB(LFSTK_gadgetClass*p,void* ud)

exitPopList(p,ud);
inSomeWindow=false;
currentTask=NULL;
dockWindow->LFSTK_redrawAllGadgets();
return(true);
}
Expand Down Expand Up @@ -91,7 +89,6 @@ bool taskSwitcherEnterCB(LFSTK_gadgetClass*p,void* ud)
//XSync(apc->display,false);
XFlush(apc->display);
inSomeWindow=true;
currentTask=p;
return(true);
}

Expand Down

0 comments on commit 249a812

Please sign in to comment.