From f420b1d780990f46fbbbfd5582d7392c9dc1f64d Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sat, 14 Jun 2025 18:47:59 +0200 Subject: [PATCH] comment unnecessary func --- keydive/drm/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/keydive/drm/__init__.py b/keydive/drm/__init__.py index 50d0b71..56dfe49 100644 --- a/keydive/drm/__init__.py +++ b/keydive/drm/__init__.py @@ -25,9 +25,8 @@ CDM_FUNCTIONS = ( '_oecc07', '_lcc07', '_oecc04', '_lcc04', '_oecc49', '_lcc49', - '_oecc12', '_lcc12', - '_oecc95', '_lcc95', - '_oecc21', '_lcc21', + '_oecc12', '_lcc12', '_oecc95', '_lcc95', + #'_oecc21', '_lcc21', 'GenerateDerivedKeys' )