overlays/eww: remove patch

This commit is contained in:
LavaDesu 2023-08-26 14:27:12 +07:00
parent 3453f16e7d
commit 8993e19d33
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 0 additions and 59 deletions

View file

@ -3,8 +3,6 @@ self: super: {
patches = old.patches ++ [
# Use normal scroll events instead of smooth scroll ( due to https://bugzilla.gnome.org/show_bug.cgi?id=675959 )
./patches/eww.patch
# Backport https://github.com/elkowar/eww/pull/711
./patches/eww-box.patch
];
});
}