1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

Removed unused WScreen argument

The argument WScreen was not longer used, so can be removed.
This commit is contained in:
Rodolfo García Peñas (kix)
2013-10-12 12:40:21 +02:00
committed by Carlos R. Mafra
parent 3b85fca43c
commit 9c6e71ead0
7 changed files with 10 additions and 11 deletions

View File

@@ -913,7 +913,7 @@ void wWorkspaceRestoreState(WScreen *scr)
}
/* Returns the workspace number for a given workspace name */
int wGetWorkspaceNumber(WScreen *scr, const char *value)
int wGetWorkspaceNumber(const char *value)
{
int w, i;