Removing checks for efltk and updating README. Squashing few warnings.

This commit is contained in:
Sanel Zukan
2011-10-24 08:15:47 +00:00
parent eed5749909
commit 9d23b51207
4 changed files with 8 additions and 46 deletions

View File

@ -349,9 +349,8 @@ void Xsm::xresource_replace(void) {
XSettingsSetting* s;
int status;
char* type, *value;
XrmValue xrmv;
char color_val[8];
char color_val[8], *type;
String tmp;
@ -377,8 +376,6 @@ void Xsm::xresource_replace(void) {
if(status && strcmp(type, "String") == 0) {
E_DEBUG(E_STRLOC ": %s.%s found in database\n",
resource_map[i].xresource_klass, resource_map[i].xresource_key);
value = xrmv.addr;
}
/*