diff options
author | stuconnolly <stuart02@gmail.com> | 2012-06-27 09:42:27 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-06-27 09:42:27 +0000 |
commit | 018271d3804ead3488e089898695f7f1d2cda812 (patch) | |
tree | fff8d7e86a5d5c7fab66ed15b4183adffbad2eee /Source/SPGrowlController.h | |
parent | e0be0f0668619e4fb70e23d8e25b2680f12b6a12 (diff) | |
download | sequelpro-018271d3804ead3488e089898695f7f1d2cda812.tar.gz sequelpro-018271d3804ead3488e089898695f7f1d2cda812.tar.bz2 sequelpro-018271d3804ead3488e089898695f7f1d2cda812.zip |
Tidy up an use enums.
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r-- | Source/SPGrowlController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h index 2075b143..8ad6bf70 100644 --- a/Source/SPGrowlController.h +++ b/Source/SPGrowlController.h @@ -63,6 +63,5 @@ // Timing functions - (void)setVisibilityForNotificationName:(NSString *)name; -- (double)milliTime; @end |