mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
GetProgramNameForWindow removed
The function GetProgramNameForWindow is no longer used, so it can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
fbd9c12cd0
commit
50765fab84
@@ -1094,9 +1094,3 @@ char *GetCommandForWindow(Window win)
|
||||
{
|
||||
return getCommandForWindow(win, 0);
|
||||
}
|
||||
|
||||
/* Free result when done */
|
||||
char *GetProgramNameForWindow(Window win)
|
||||
{
|
||||
return getCommandForWindow(win, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user