[longomatch] Enable URI capture by default



commit 0a5ea92bd2562c101a81805a719508237bc501f7
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Mar 8 16:15:18 2013 +0100

    Enable URI capture by default

 LongoMatch.Core/Config.cs                          |    1 -
 .../Gui/Dialog/ProjectSelectionDialog.cs           |    1 -
 LongoMatch.Plugins/LongoMatch.Plugins.mdp          |    1 -
 LongoMatch.Plugins/Makefile.am                     |    4 --
 LongoMatch.Plugins/URICaptureEnabler.cs            |   34 --------------------
 configure.ac                                       |    4 --
 6 files changed, 0 insertions(+), 45 deletions(-)
---
diff --git a/LongoMatch.Core/Config.cs b/LongoMatch.Core/Config.cs
index e245fc0..efbe0cc 100644
--- a/LongoMatch.Core/Config.cs
+++ b/LongoMatch.Core/Config.cs
@@ -87,7 +87,6 @@ namespace LongoMatch
                
                /* Properties */
                public static bool useGameUnits = false;
-               public static bool useUriCapture = false;
 
        }
 }
diff --git a/LongoMatch.GUI/Gui/Dialog/ProjectSelectionDialog.cs 
b/LongoMatch.GUI/Gui/Dialog/ProjectSelectionDialog.cs
index 795296b..079c62c 100644
--- a/LongoMatch.GUI/Gui/Dialog/ProjectSelectionDialog.cs
+++ b/LongoMatch.GUI/Gui/Dialog/ProjectSelectionDialog.cs
@@ -29,7 +29,6 @@ namespace LongoMatch.Gui.Dialog
                public ProjectSelectionDialog()
                {
                        this.Build();
-                       ipcamerabox.Visible = Config.useUriCapture;
                }
 
                public ProjectType ProjectType {
diff --git a/LongoMatch.Plugins/LongoMatch.Plugins.mdp b/LongoMatch.Plugins/LongoMatch.Plugins.mdp
index e3f7cc3..4708654 100644
--- a/LongoMatch.Plugins/LongoMatch.Plugins.mdp
+++ b/LongoMatch.Plugins/LongoMatch.Plugins.mdp
@@ -16,7 +16,6 @@
   <Contents>
     <File subtype="Code" buildaction="Compile" name="Assembly.cs" />
     <File subtype="Code" buildaction="Compile" name="CSVExporter.cs" />
-    <File subtype="Code" buildaction="Compile" name="URICaptureEnabler.cs" />
   </Contents>
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="System, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089" />
diff --git a/LongoMatch.Plugins/Makefile.am b/LongoMatch.Plugins/Makefile.am
index 67224da..6a4ed87 100644
--- a/LongoMatch.Plugins/Makefile.am
+++ b/LongoMatch.Plugins/Makefile.am
@@ -8,10 +8,6 @@ SOURCES = \
        Assembly.cs \
        CSVExporter.cs
 
-if ENABLE_URI_CAPTURE
-SOURCES += URICaptureEnabler.cs
-endif
-
 RESOURCES =
 
 include $(top_srcdir)/build/build.mk
diff --git a/configure.ac b/configure.ac
index e294e47..f90283f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,10 +111,6 @@ AC_MSG_RESULT($ostype)
 
 AM_CONDITIONAL(ENABLE_TESTS, test x = y)
 
-AC_ARG_ENABLE([uri-capture],
-              AS_HELP_STRING([--enable-uri-capture], [Enables uri capture for IP cameras]))
-AM_CONDITIONAL(ENABLE_URI_CAPTURE, test x$enable_uri_capture == xyes)
-
 dnl package checks, per config
 
 AC_CONFIG_FILES([env], [chmod +x env])


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