diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-21 22:51:27 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-21 22:51:27 +0000 |
commit | 20baed5257ce1152c1f25c5a953ca821b50050db (patch) | |
tree | c0d1f218f1f7c4f1f89591c4f89072f66e72e329 /Source/SPUserManager.h | |
parent | 8e298ebb3805b4357d8388de4f5e82158df19cb9 (diff) | |
download | sequelpro-20baed5257ce1152c1f25c5a953ca821b50050db.tar.gz sequelpro-20baed5257ce1152c1f25c5a953ca821b50050db.tar.bz2 sequelpro-20baed5257ce1152c1f25c5a953ca821b50050db.zip |
- Display the user accounts manager as a sheet
- Tidy up a bunch of interface controls and bahaviour
Diffstat (limited to 'Source/SPUserManager.h')
-rw-r--r-- | Source/SPUserManager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPUserManager.h b/Source/SPUserManager.h index cd397e3d..7d70891e 100644 --- a/Source/SPUserManager.h +++ b/Source/SPUserManager.h @@ -49,7 +49,6 @@ - (NSManagedObjectContext *)managedObjectContext; - (id)initWithConnection:(MCPConnection *)connection; -- (void)show; - (void)initializeChild:(NSManagedObject *)child withItem:(NSDictionary *)item; // Add/Remove Users |