summaryrefslogtreecommitdiff
path: root/help-args.h
diff options
context:
space:
mode:
Diffstat (limited to 'help-args.h')
-rw-r--r--help-args.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/help-args.h b/help-args.h
deleted file mode 100644
index 60a6d48..0000000
--- a/help-args.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * nvidia-installer: A tool for installing NVIDIA software packages on
- * Unix and Linux systems.
- *
- * Copyright (C) 2003-2009 NVIDIA Corporation
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses>.
- *
- *
- * nvidia-installer.h
- */
-
-#ifndef __HELP_ARGS_H__
-#define __HELP_ARGS_H__
-
-void print_help_args_only(int is_uninstall, int args_only, int advanced);
-
-#endif /* __HELP_ARGS_H__ */