summaryrefslogtreecommitdiff
path: root/os/utils.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-13 17:28:08 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-13 17:28:08 -0400
commit0ce687634fa5e0d955e896a0d0d5f584a4cfd1a4 (patch)
tree97473dd6b8d5526575ebf91f6d8323a2b4a79ba4 /os/utils.c
parentf456f32cd97684052cab4712e7f4c827132c554b (diff)
Eviscerate save-under support.
Use a compositing manager already. Plus I really wanted to use 'eviscerate' in a commit message.
Diffstat (limited to 'os/utils.c')
-rw-r--r--os/utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/utils.c b/os/utils.c
index 96da35dd0..bf52ea01e 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -534,7 +534,6 @@ void UseMsg(void)
ErrorF("-render [default|mono|gray|color] set render color alloc policy\n");
#endif
ErrorF("-s # screen-saver timeout (minutes)\n");
- ErrorF("-su disable any save under support\n");
ErrorF("-t # mouse threshold (pixels)\n");
ErrorF("-terminate terminate at server reset\n");
ErrorF("-to # connection time out\n");
@@ -837,8 +836,6 @@ ProcessCommandLine(int argc, char *argv[])
else
UseMsg();
}
- else if ( strcmp( argv[i], "-su") == 0)
- disableSaveUnders = TRUE;
else if ( strcmp( argv[i], "-t") == 0)
{
if(++i < argc)