[Pkg-libvirt-commits] [libguestfs] 23/146: p2v: Remove --fullscreen option.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:00:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 33d2e5992455dcb973735d3353e9bf11a00500a1
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Nov 20 16:10:08 2014 +0000
p2v: Remove --fullscreen option.
It did nothing and was left over from an earlier attempt to add
fullscreen mode. That is not needed any longer since we now run
virt-p2v under the matchbox window manager.
(cherry picked from commit 11347db5762441cd97791367d3cdf7e0c5a0ddc5)
---
p2v/main.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/p2v/main.c b/p2v/main.c
index 9c34413c..a93ca1c 100644
--- a/p2v/main.c
+++ b/p2v/main.c
@@ -37,7 +37,6 @@
#include "p2v.h"
-int fullscreen;
char **all_disks;
char **all_removable;
char **all_interfaces;
@@ -54,7 +53,6 @@ static const struct option long_options[] = {
{ "help", 0, 0, HELP_OPTION },
{ "cmdline", 1, 0, 0 },
{ "long-options", 0, 0, 0 },
- { "fullscreen", 0, 0, 0 },
{ "verbose", 0, 0, 'v' },
{ "version", 0, 0, 'V' },
{ 0, 0, 0, 0 }
@@ -75,7 +73,6 @@ usage (int status)
"Options:\n"
" --help Display brief help\n"
" --cmdline=CMDLINE Used to debug command line parsing\n"
- " --fullscreen Run virt-p2v in full screen mode\n"
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
"For more information, see the manpage %s(1).\n"),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list