[gnome-subtitles] Code cleanup
- From: Pedro Daniel da Rocha Melo e Castro <pcastro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-subtitles] Code cleanup
- Date: Mon, 22 Feb 2010 23:22:15 +0000 (UTC)
commit b905de686705f3d74a68c9dab425ed32306e5e32
Author: Pedro Castro <mail>
Date: Mon Feb 22 23:22:04 2010 +0000
Code cleanup
src/SubLib/Core/SubtitleFactory.cs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/SubLib/Core/SubtitleFactory.cs b/src/SubLib/Core/SubtitleFactory.cs
index d9edfa8..3f74c33 100644
--- a/src/SubLib/Core/SubtitleFactory.cs
+++ b/src/SubLib/Core/SubtitleFactory.cs
@@ -127,9 +127,7 @@ public class SubtitleFactory {
/// <returns>The opened lines turned into subtitles.</returns>
/// <exception cref="EncodingNotSupportedException">Thrown if a detected encoding is not supported by the platform.</exception>
/// <exception cref="UnknownSubtitleFormatException">Thrown if a subtitle format could not be detected.</exception>
- public Subtitles OpenPlain (string path, bool withCharacterNames,
- TimingMode timingMode,
- string lineSeparator) {
+ public Subtitles OpenPlain (string path, bool withCharacterNames, TimingMode timingMode, string lineSeparator) {
string text = String.Empty;
Encoding fileEncoding = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]