--- a/scripts/create_windows_links.py Mon Apr 22 13:20:16 2024 +0200 +++ b/scripts/create_windows_links.py Mon Apr 22 15:15:36 2024 +0200 @@ -103,16 +103,6 @@ shortcut.save() -def windowsDesktopNames(): - """ - Function to generate the link names for the Windows Desktop. - - @return list of desktop link names - @rtype list of str - """ - return [e[0] for e in windowsDesktopEntries()] - - def windowsDesktopEntries(): """ Function to generate data for the Windows Desktop links.