diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-06-11 15:13:21 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 01:38:22 +0300 |
commit | e6f35f28fb3526b911101bde4aa761de8b055aef (patch) | |
tree | 60fe7d710722f7c0d0c57a61161caacbe103517b /os/Makefile.am | |
parent | 11f9e3520249a603b95e64503ee759998ff17feb (diff) |
OS/KDrive/XFree86: Sanitise colour initialisation
OsInitColors always just returned TRUE, so just remove calls to it and
insane special-case logic. Remove unused kcolor.c implementation, and
merge oscolor.h into oscolor.c since it was the only user. Remove
open-coded strncasecmp in oscolor.c.
Since we no longer need to call OsInitColors after reading the config
file, just call PostConfigInit() from one place, and move PM handling to
one place so we can install the signal handlers earlier.
Diffstat (limited to 'os/Makefile.am')
-rw-r--r-- | os/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/Makefile.am b/os/Makefile.am index ce6058538..16e4bfacc 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -15,7 +15,6 @@ libos_la_SOURCES = \ io.c \ mitauth.c \ oscolor.c \ - oscolor.h \ osdep.h \ osinit.c \ utils.c \ |