HOR-3210
Removed unused methods
This commit is contained in:
@@ -1067,15 +1067,5 @@ class WebEntry
|
||||
. "\n";
|
||||
file_put_contents($pathFileName, $code);
|
||||
}
|
||||
|
||||
public function isWebEntryOne($processUid, $weUid)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function isTaskAWebEntry($tasUid)
|
||||
{
|
||||
return substr($tasUid, 0, 4) === 'wee-';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user