aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFontPreviewTextField.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-03-18 23:55:21 +0000
committerrowanbeentje <rowan@beent.je>2012-03-18 23:55:21 +0000
commitb222f608ac679b877b984b3645c7a0bb455f582a (patch)
treecc261b51b6d4b6bb97359ebec627f9f83e48b5da /Source/SPFontPreviewTextField.h
parentc70dc822c2b9d2d39a65bdde0ca7b61a1355b846 (diff)
downloadsequelpro-b222f608ac679b877b984b3645c7a0bb455f582a.tar.gz
sequelpro-b222f608ac679b877b984b3645c7a0bb455f582a.tar.bz2
sequelpro-b222f608ac679b877b984b3645c7a0bb455f582a.zip
- Rewrite SPFontPreviewTextField to replace previous Colloquy-derived GPL-licensed previous implementation, and amend calls to match
Diffstat (limited to 'Source/SPFontPreviewTextField.h')
-rw-r--r--Source/SPFontPreviewTextField.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/SPFontPreviewTextField.h b/Source/SPFontPreviewTextField.h
index f6383f77..edadbab0 100644
--- a/Source/SPFontPreviewTextField.h
+++ b/Source/SPFontPreviewTextField.h
@@ -4,9 +4,6 @@
// SPFontPreviewTextField.h
// sequel-pro
//
-// This is a heavily modified version of JVFontPreviewField from
-// the Colloquy Project <http://colloquy.info/>
-//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
@@ -24,9 +21,6 @@
// More info at <http://code.google.com/p/sequel-pro/>
@interface SPFontPreviewTextField : NSTextField
-{
- NSFont *_actualFont;
-}
- (void)setFont:(NSFont *)font;