Remove deadcode
This commit is contained in:
parent
5264b846f6
commit
61c98d072f
1 changed files with 0 additions and 8 deletions
|
@ -14,14 +14,6 @@ interface Props {
|
|||
t: TFunction;
|
||||
}
|
||||
|
||||
/*
|
||||
Provides a number that increments the value of the 'top'
|
||||
parameter given to scrollBy() during auto-scroll. This
|
||||
variable came from the scroll height provided by iOS being
|
||||
slightly less than expected.
|
||||
*/
|
||||
const OFFSET = 100;
|
||||
|
||||
export function Stream({
|
||||
recitation,
|
||||
surah,
|
||||
|
|
Loading…
Reference in a new issue