diff options
author | stuconnolly <stuart02@gmail.com> | 2010-08-12 15:38:40 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-08-12 15:38:40 +0000 |
commit | e07cb607138c5918977f27193a004c98526f896b (patch) | |
tree | 9b5ff9c5c9e89a7da26afb5711023920f5592ef9 /Source/SPDatabaseInfo.h | |
parent | 29b0a25902f7260df89394f29f57af6f69ddc49c (diff) | |
download | sequelpro-e07cb607138c5918977f27193a004c98526f896b.tar.gz sequelpro-e07cb607138c5918977f27193a004c98526f896b.tar.bz2 sequelpro-e07cb607138c5918977f27193a004c98526f896b.zip |
Minor tidy up including the removal of unnecessary imports.
Diffstat (limited to 'Source/SPDatabaseInfo.h')
-rw-r--r-- | Source/SPDatabaseInfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPDatabaseInfo.h b/Source/SPDatabaseInfo.h index 3f68b773..3ae0319a 100644 --- a/Source/SPDatabaseInfo.h +++ b/Source/SPDatabaseInfo.h @@ -27,8 +27,7 @@ /* * The SPDatabaseInfo class provides means of retrieving a list of database names */ -@interface SPDatabaseInfo : SPDBActionCommons { -} +@interface SPDatabaseInfo : SPDBActionCommons /** * This method checks, whether a database exists. |