[longomatch] Remove unused function
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Remove unused function
- Date: Wed, 18 Mar 2015 14:34:49 +0000 (UTC)
commit 662b722da2a9c016f1dd1a8913a7a596fa9af312
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Mar 2 17:53:50 2015 +0100
Remove unused function
LongoMatch.Core/Store/MediaFile.cs | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/LongoMatch.Core/Store/MediaFile.cs b/LongoMatch.Core/Store/MediaFile.cs
index 8da7cd5..ddd5b83 100644
--- a/LongoMatch.Core/Store/MediaFile.cs
+++ b/LongoMatch.Core/Store/MediaFile.cs
@@ -132,24 +132,6 @@ namespace LongoMatch.Core.Store
}
}
- [JsonIgnore]
- public string Description {
- get {
- if (FilePath == Constants.FAKE_PROJECT) {
- return Catalog.GetString ("No video file associated");
- } else {
- string desc = String.Format ("<b>File path</b>: {0}\n", FilePath);
- desc += String.Format ("<b>Format</b>: {0}x{1} @ {2}fps\n",
VideoWidth,
- VideoHeight, Fps);
- desc += String.Format ("<b>Duration</b>: {0}\n",
Duration.ToSecondsString ());
- desc += String.Format ("<b>Video Codec</b>: {0}\n", VideoCodec);
- desc += String.Format ("<b>Audio Codec</b>: {0}\n", AudioCodec);
- desc += String.Format ("<b>Container</b>: {0}\n", Container);
- return desc;
- }
- }
- }
-
public bool Exists () {
return System.IO.File.Exists (FilePath);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]