[longomatch] Remove check for capture source type done some lines before



commit d0a68dd2b7cb04723570758d532d0d5594ebcaf9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Jul 21 17:09:22 2010 +0200

    Remove check for capture source type done some lines before

 LongoMatch/Gui/Component/ProjectDetailsWidget.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index 70621e3..c353bb6 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -284,10 +284,6 @@ namespace LongoMatch.Gui.Component
 						s.Muxer = VideoMuxerType.WebM;
 						break;
 				}
-				if (devicecombobox.ActiveText.Contains (Catalog.GetString(GCONF_SOURCE)))
-					s.CaptureSourceType = CaptureSourceType.Raw;
-				else
-					s.CaptureSourceType = CaptureSourceType.DV;
 				return s;
 			}
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]