diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-08 14:32:49 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-08 14:32:49 +0000 |
commit | 26264ae853f9d2f5460213c660cf036f172c00a7 (patch) | |
tree | b518064e77fea4993ead37ef5972a64b35bbd1d1 /Source/SPDatabaseData.h | |
parent | 271b47b558c0fdbf23c68d29163185127ac5d4f3 (diff) | |
download | sequelpro-26264ae853f9d2f5460213c660cf036f172c00a7.tar.gz sequelpro-26264ae853f9d2f5460213c660cf036f172c00a7.tar.bz2 sequelpro-26264ae853f9d2f5460213c660cf036f172c00a7.zip |
Tidy up SPDatabaseData by splitting out the hardcoded list of charcater sets into SPDatabaseCharacterSets. The struct is now returned by calling SPGetDatabaseCharacterSets().
Diffstat (limited to 'Source/SPDatabaseData.h')
-rw-r--r-- | Source/SPDatabaseData.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/SPDatabaseData.h b/Source/SPDatabaseData.h index de98ff9d..4555acdf 100644 --- a/Source/SPDatabaseData.h +++ b/Source/SPDatabaseData.h @@ -26,14 +26,6 @@ #import <Cocoa/Cocoa.h> #import <MCPKit/MCPKit.h> -typedef struct -{ - NSUInteger nr; - const char *name; - const char *collation; - const char *description; -} SPDatabaseCharSets; - @class SPServerSupport; /** |