diff options
author | Rodeo <[email protected]> | 2014-02-18 18:37:10 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-02-18 18:37:10 +0000 |
commit | c59e8c81a797deda9966f3ac22cfc7c7c5b8e4d5 (patch) | |
tree | b0c19ed46b3f5aaeb5a121ce68f7c8f07be5496f /win | |
parent | f296196f1bafd0616ca9cf6b9fc1ecc3a59c97d7 (diff) |
Remove HB_API_OLD_PRESET_SETTERS cruft.
All UIs and Interop should be up-to-date.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6044 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs index a591a4247..5f41366c1 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs @@ -225,9 +225,6 @@ namespace HandBrake.Interop.HbLib public int async_depth;
- /// const char*
- public IntPtr preset;
-
/// av_qsv_context*
public IntPtr ctx;
|