Remove preferences panel.

This commit is contained in:
David Reitter 2009-03-14 21:39:08 +00:00
parent f79cd67848
commit 17a5c06bed
3 changed files with 0 additions and 31 deletions

View file

@ -1,31 +0,0 @@
{
"## Comment" = "Do NOT change this file, Gorm maintains it";
EmacsPrefsController = {
Actions = (
"cancel:",
"setDefaultFont:",
"ok:",
"resetToDefaults:",
"runHelp:",
"setColors:"
);
Outlets = (
alternateModMenu,
cursorBlinkSlider,
cursorTypeMatrix,
prefsWindow,
expandSpaceSlider,
commandModMenu
);
Super = NSObject;
};
FirstResponder = {
Actions = (
"setDefaultFont:",
"resetToDefaults:",
"runHelp:",
"setColors:"
);
Super = NSObject;
};
}