diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
index fbb624e0bd1c61560c1c315f1a962391621d92b6..1c067088dbd58fb859ee51dbe7f32c0f6af190d6 100644
--- a/tutorials/CMakeLists.txt
+++ b/tutorials/CMakeLists.txt
@@ -405,11 +405,6 @@ if(ROOT_python_FOUND)
 
   list(REMOVE_ITEM pytutorials ${pyveto})
 
-  if(ROOT_CLASSIC_BUILD)
-    set(classic_veto_py dataframe/df*.py)
-    list(REMOVE_ITEM pytutorials ${classic_veto_py})
-  endif()
-
   if( CMAKE_SIZEOF_VOID_P EQUAL 4 )
     set(bits32_veto_py dataframe/*.py)
     file(GLOB bits32_veto_py RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} dataframe/*.py)