diff options
author | rowanbeentje <rowan@beent.je> | 2012-03-18 23:55:21 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-03-18 23:55:21 +0000 |
commit | b222f608ac679b877b984b3645c7a0bb455f582a (patch) | |
tree | cc261b51b6d4b6bb97359ebec627f9f83e48b5da /Source/SPFontPreviewTextField.h | |
parent | c70dc822c2b9d2d39a65bdde0ca7b61a1355b846 (diff) | |
download | sequelpro-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.h | 6 |
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; |