Displaying 1 result from an estimated 1 matches for "actiontmp".
Did you mean:
actiontec
2007 Apr 11
2
Patch for ini plugin
...inue loop, not finished parsing yet
+}
+
+static Bool
iniLoadOptionsFromFile (CompDisplay *d,
FILE *optionFile,
char *plugin,
@@ -478,9 +629,6 @@ iniLoadOptionsFromFile (CompDisplay *d,
{
char *optionName = NULL;
char *optionValue = NULL;
- char *actionTest = NULL;
- char *actionTmp = NULL;
- char *realOption = NULL;
char tmp[MAX_OPTION_LENGTH];
CompOption *option = NULL, *o;
int nOption;
@@ -534,10 +682,9 @@ iniLoadOptionsFromFile (CompDisplay *d,
option = compGetDisplayOptions (d, &nOption);
}
- IniActionProxy actionProxy;
-
- initAct...