Remove unused formatter class from info inspector

The info inspector xib still referenced the blank zero formatter, left
over from before disc support was added.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
CQTexperiment
Christopher Snowhill 2022-02-12 07:19:50 -08:00
parent a05d4537c1
commit 455dc0d5c8
1 changed files with 1 additions and 2 deletions

View File

@ -335,8 +335,8 @@
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>
<connections> <connections>
<binding destination="-2" name="toolTip" keyPath="valueToDisplay.gainInfo" id="BUp-Hu-Szq"/>
<binding destination="-2" name="value" keyPath="valueToDisplay.gainCorrection" id="JgZ-wN-peX"/> <binding destination="-2" name="value" keyPath="valueToDisplay.gainCorrection" id="JgZ-wN-peX"/>
<binding destination="-2" name="toolTip" keyPath="valueToDisplay.gainInfo" id="BUp-Hu-Szq"/>
</connections> </connections>
</textField> </textField>
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="84"> <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="84">
@ -400,7 +400,6 @@
<point key="canvasLocation" x="136" y="131"/> <point key="canvasLocation" x="136" y="131"/>
</window> </window>
<userDefaultsController representsSharedInstance="YES" id="58"/> <userDefaultsController representsSharedInstance="YES" id="58"/>
<customObject id="79" customClass="BlankZeroFormatter"/>
<customObject id="80" customClass="SecondsFormatter"/> <customObject id="80" customClass="SecondsFormatter"/>
</objects> </objects>
</document> </document>