scripts/create_windows_links.py

branch
eric7
changeset 10689
3ede487187f2
parent 10518
1682f3203ae5
child 10983
8b9913066b8c
diff -r 0d9853ceb288 -r 3ede487187f2 scripts/create_windows_links.py
--- 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.

eric ide

mercurial