mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
remove never used volues
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 2591100c42
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
This commit is contained in:
@@ -208,7 +208,7 @@ const CMenuOptionChooser::keyval NFS_TYPE_OPTIONS[NFS_TYPE_OPTION_COUNT] =
|
||||
|
||||
int CNFSMountGui::menuEntry(int nr)
|
||||
{
|
||||
char *dir,*local_dir, *username, *password, *options1, *options2, *mac;
|
||||
char *dir,*local_dir, *username, *password, *options1, *options2/*, *mac*/;
|
||||
int* automount;
|
||||
int* type;
|
||||
char cmd[9];
|
||||
@@ -222,7 +222,7 @@ int CNFSMountGui::menuEntry(int nr)
|
||||
type = &g_settings.network_nfs_type[nr];
|
||||
options1 = g_settings.network_nfs_mount_options1[nr];
|
||||
options2 = g_settings.network_nfs_mount_options2[nr];
|
||||
mac = g_settings.network_nfs_mac[nr];
|
||||
// mac = g_settings.network_nfs_mac[nr];
|
||||
|
||||
sprintf(cmd,"domount%d",nr);
|
||||
sprintf(cmd2,"dir%d",nr);
|
||||
|
Reference in New Issue
Block a user