1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-06 16:44:19 +02:00

* VLCExtended is no class needed there

This commit is contained in:
Felix Paul Kühne 2005-08-04 23:31:31 +00:00
parent 36ef2f6c3a
commit 94444880aa
3 changed files with 1 additions and 38 deletions

View File

@ -65,43 +65,6 @@
};
SUPERCLASS = NSObject;
},
{
CLASS = VLCExtended;
LANGUAGE = ObjC;
OUTLETS = {
"o_adjustImg_view" = id;
"o_audioFlts_view" = id;
"o_btn_rstrDefaults" = id;
"o_btn_vidFlts_mrInfo" = id;
"o_ckb_blur" = id;
"o_ckb_distortion" = id;
"o_ckb_enblAdjustImg" = id;
"o_ckb_hdphn_virt" = id;
"o_ckb_imgClone" = id;
"o_ckb_imgCrop" = id;
"o_ckb_imgInvers" = id;
"o_ckb_trnsform" = id;
"o_ckb_vlme_norm" = id;
"o_expBtn_adjustImage" = id;
"o_expBtn_audioFlts" = id;
"o_expBtn_videoFlts" = id;
"o_extended_window" = id;
"o_lbl_brightness" = id;
"o_lbl_contrast" = id;
"o_lbl_gamma" = id;
"o_lbl_hue" = id;
"o_lbl_maxLevel" = id;
"o_lbl_saturation" = id;
"o_sld_brightness" = id;
"o_sld_contrast" = id;
"o_sld_gamma" = id;
"o_sld_hue" = id;
"o_sld_maxLevel" = id;
"o_sld_saturation" = id;
"o_videoFilters_view" = id;
};
SUPERCLASS = NSObject;
},
{
ACTIONS = {
createOutlineGroup = id;

View File

@ -21,9 +21,9 @@
<array/>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>2029</integer>
<integer>21</integer>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8C46</string>