diff options
Diffstat (limited to 'nvidia-installer.h')
-rw-r--r-- | nvidia-installer.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nvidia-installer.h b/nvidia-installer.h index 80d8a6a..56b96a2 100644 --- a/nvidia-installer.h +++ b/nvidia-installer.h @@ -105,7 +105,6 @@ typedef uint8_t uint8; typedef struct __options { int accept_license; - int update; int expert; int uninstall; int skip_module_unload; @@ -114,8 +113,6 @@ typedef struct __options { int logging; int no_precompiled_interface; int no_ncurses_color; - int latest; - int force_update; int opengl_headers; int no_questions; int silent; @@ -125,7 +122,6 @@ typedef struct __options { int add_this_kernel; int no_runlevel_check; int no_backup; - int no_network; int kernel_module_only; int no_kernel_module; int no_abi_note; @@ -186,14 +182,10 @@ typedef struct __options { char *ui_str; char *log_file_name; - char *ftp_site; - char *tmpdir; - char *update_arguments; char *kernel_name; char *rpm_file_list; char *precompiled_kernel_interfaces_path; - char *precompiled_kernel_interfaces_url; const char *selinux_chcon_type; Distribution distro; @@ -507,8 +499,6 @@ typedef struct __package { #define DEFAULT_PROC_MOUNT_POINT "/proc" -#define DEFAULT_FTP_SITE "ftp://download.nvidia.com" - #define LICENSE_FILE "LICENSE" #define DEFAULT_LOG_FILE_NAME "/var/log/nvidia-installer.log" |