neutrino clean up: Streaming settings removed

- from all locales,
	locales.h,
	locales_intern.h
- usage of settings in
	filebrowser.cpp,
	movieplayer.cpp,
	neutrino.cpp,
	neutrino.h,
	neutrino_menue.cpp,
	setting_helpers.cpp,
	setting_helpers.h,
	settings.h
There is no reason to keep dead features,
but if we need streaming settings sometime in future again,
then we can dig out it.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1076 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: bf20bb63b8
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-01-28 (Fri, 28 Jan 2011)

Origin message was:
------------------
*neutrino clean up: Streaming settings removed
- from all locales,
	locales.h,
	locales_intern.h
- usage of settings in
	filebrowser.cpp,
	movieplayer.cpp,
	neutrino.cpp,
	neutrino.h,
	neutrino_menue.cpp,
	setting_helpers.cpp,
	setting_helpers.h,
	settings.h
There is no reason to keep dead features,
but if we need streaming settings sometime in future again,
then we can dig out it.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1076 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
This commit is contained in:
2011-01-28 08:44:46 +00:00
parent 0fbfe1e74e
commit 0825d66814
28 changed files with 1 additions and 191 deletions

View File

@@ -178,9 +178,6 @@ void CMoviePlayerGui::Init(void)
Path_local = g_settings.network_nfs_moviedir;
else
Path_local = "/";
Path_vlc = "vlc://";
Path_vlc += g_settings.streaming_server_startdir;
Path_vlc_settings = g_settings.streaming_server_startdir;
if (g_settings.filebrowser_denydirectoryleave)
filebrowser = new CFileBrowser(Path_local.c_str());
@@ -277,11 +274,6 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
{
printf("[movieplayer] actionKey=%s\n", actionKey.c_str());
if (Path_vlc_settings != g_settings.streaming_server_startdir) {
Path_vlc = "vlc://";
Path_vlc += g_settings.streaming_server_startdir;
Path_vlc_settings = g_settings.streaming_server_startdir;
}
bookmarkmanager = new CBookmarkManager();
dvbsub_pause();