mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(cleanup): remove dead code and add android build to gitignore
This commit is contained in:
@@ -7,10 +7,6 @@ interface SnowOptions {
|
||||
// Add this new variable to track manual override
|
||||
let manualSnowOverride: boolean | null = null;
|
||||
|
||||
export const setManualSnowOverride = (value: boolean): void => {
|
||||
manualSnowOverride = value;
|
||||
};
|
||||
|
||||
export const initSnow = ({ flakeCount }: SnowOptions): void => {
|
||||
const randomRange = (min: number, max: number): number => {
|
||||
min = Math.ceil(min);
|
||||
|
||||
Reference in New Issue
Block a user