forked from Github/emacs
Remove preferences panel.
This commit is contained in:
parent
f79cd67848
commit
17a5c06bed
3 changed files with 0 additions and 31 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue