Index: GormLib/IBObjectAdditions.m
===================================================================
--- GormLib/IBObjectAdditions.m	(revision 26932)
+++ GormLib/IBObjectAdditions.m	(working copy)
@@ -29,16 +29,6 @@
 // object additions -- object adopts protocol
 @implementation NSObject (IBObjectAdditions)
 /**
-   Returns YES if the reciever can take the
-   place of the class indicated by origClass,
-   NO otherwise.
- */
-+ (BOOL)canSubstituteForClass: (Class)origClass
-{
-  return YES;
-}
-
-/**
    This method is called on all objects after
    they are loaded into the IBDocuments object.
  */
@@ -48,15 +38,6 @@
 }
 
 /**
-   Used to provide an image which represents the
-   reciever.
- */
-- (NSImage *)imageForViewer
-{
-  return nil;
-}
-
-/**
    Name for the reciever in the name table.
  */
 - (NSString *)nibLabel: (NSString *)objectName
@@ -76,54 +57,6 @@
 }
 
 /**
-   Class name of the attributes inspector for the reciever.
- */
-- (NSString*) inspectorClassName
-{
-  return nil;
-}
-
-/**
-   Class name of the connection inspector for the reciever.
- */
-- (NSString*) connectInspectorClassName
-{
-  return nil;
-}
-
-/**
-   Class name of the size inspector for the reciever.
- */
-- (NSString*) sizeInspectorClassName
-{
-  return nil;
-}
-
-/**
-   Class name of the help inspector for the receiver.
- */
-- (NSString*) helpInspectorClassName
-{
-  return nil;
-}
-
-/**
-   Class name of the class inspector for the receiver.
- */
-- (NSString*) classInspectorClassName
-{
-  return nil;
-}
-
-/**
-   Class name of the editor
- */
-- (NSString*) editorClassName
-{
-  return nil;
-}
-
-/**
    Lists all properties if this object not compatible with IB.
  */
 - (NSArray*) ibIncompatibleProperties
