aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManagerDelegate.h
diff options
context:
space:
mode:
authorMax <dmoagx@users.noreply.github.com>2017-12-29 22:48:47 +0100
committerMax <dmoagx@users.noreply.github.com>2018-01-20 02:42:36 +0100
commite00786ad1ddc53ce66247124b94280a441eacf3e (patch)
tree0b4491752f679e18f1117e4b6ea017aeb7b88a87 /Source/SPUserManagerDelegate.h
parent2602f2abd70c2e83a50099fca0141c241552f68f (diff)
downloadsequelpro-e00786ad1ddc53ce66247124b94280a441eacf3e.tar.gz
sequelpro-e00786ad1ddc53ce66247124b94280a441eacf3e.tar.bz2
sequelpro-e00786ad1ddc53ce66247124b94280a441eacf3e.zip
merge SPUserManager (part of #2789)
Diffstat (limited to 'Source/SPUserManagerDelegate.h')
-rw-r--r--Source/SPUserManagerDelegate.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/Source/SPUserManagerDelegate.h b/Source/SPUserManagerDelegate.h
deleted file mode 100644
index 14581148..00000000
--- a/Source/SPUserManagerDelegate.h
+++ /dev/null
@@ -1,35 +0,0 @@
-//
-// SPUserManagerDelegate.h
-// sequel-pro
-//
-// Created by Mark Townsend on Jan 1, 2009.
-// Copyright (c) 2009 Mark Townsend. All rights reserved.
-//
-// Permission is hereby granted, free of charge, to any person
-// obtaining a copy of this software and associated documentation
-// files (the "Software"), to deal in the Software without
-// restriction, including without limitation the rights to use,
-// copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the
-// Software is furnished to do so, subject to the following
-// conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-// OTHER DEALINGS IN THE SOFTWARE.
-//
-// More info at <https://github.com/sequelpro/sequelpro>
-
-#import "SPUserManager.h"
-
-@interface SPUserManager (SPUserManagerDelegate)
-
-@end