summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/x264Panel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Functions/x264Panel.cs')
-rw-r--r--win/C#/Functions/x264Panel.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/win/C#/Functions/x264Panel.cs b/win/C#/Functions/x264Panel.cs
index b781a8aad..e585a3939 100644
--- a/win/C#/Functions/x264Panel.cs
+++ b/win/C#/Functions/x264Panel.cs
@@ -307,7 +307,7 @@ namespace Handbrake.Functions
}
- #region Some Private Functions used by the above Public Functions
+ // Some Private Functions used by the above Public Functions
/*
* Used by on_x264_WidgetChange()
* Called when the current x264 option string contains multiple (or a single) item(s) in it seperated by :
@@ -920,7 +920,6 @@ namespace Handbrake.Functions
}
}
}
-
/*
* Take a single option and standardize it. Returns as a String
* Input: String. - Single X264 Option. Name only
@@ -996,7 +995,5 @@ namespace Handbrake.Functions
return cleanOptNameString;
}
-
- #endregion
}
}