diff options
author | Julien Cristau <jcristau@debian.org> | 2008-05-11 23:17:27 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-05-11 23:35:41 +0200 |
commit | 9dfb525f6c91acab5d1a65765a046bf9ee2aa082 (patch) | |
tree | a0dd40062479aff6eb0eb67eadbf30cdcf461da8 | |
parent | 1a01e96c6d15ef17a8b5ab1afa361fb12476a25e (diff) |
kdrive: allow disabling Composite
KdInitOutput() used to enable Composite when it was disabled by default,
but now this hack prevents ``-extension Composite'' from working.
Remove it, as Composite is enabled by default anyway.
-rw-r--r-- | hw/kdrive/src/kdrive.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/kdrive/src/kdrive.c b/hw/kdrive/src/kdrive.c index 50148c49c..e2ee4adea 100644 --- a/hw/kdrive/src/kdrive.c +++ b/hw/kdrive/src/kdrive.c @@ -1353,12 +1353,6 @@ KdInitOutput (ScreenInfo *pScreenInfo, KdCardInfo *card; KdScreenInfo *screen; -#ifdef COMPOSITE - /* kind of a hack: we want Composite enabled, but it's disabled per - * default. */ - noCompositeExtension = FALSE; -#endif - if (!kdCardInfo) { InitCard (0); |