From af8ffa1d42437eea82fbe6b24317c8af347a2bf2 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 19 Jan 2010 22:46:08 -0500 Subject: redirect to my fork of atomicparsley on bitbucket Signed-off-by: David Höppner <0xffea@gmail.com> * remove class vars --- Library/Formula/atomicparsley.rb | 42 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/atomicparsley.rb b/Library/Formula/atomicparsley.rb index 35d4d7e8d..c93f79907 100644 --- a/Library/Formula/atomicparsley.rb +++ b/Library/Formula/atomicparsley.rb @@ -1,42 +1,16 @@ require 'formula' class Atomicparsley - #include - --#include "AP_NSImage.h" - #include "AtomicParsley.h" -+#include "AP_NSImage.h" - - bool isJPEG=false; - bool isPNG=false; -@@ -201,7 +201,7 @@ - - NSBitmapImageRep* bitmap = [ [NSBitmapImageRep alloc] - initWithFocusedViewRect: destinationRect ]; -- _NSBitmapImageFileType filetype; -+ NSBitmapImageFileType filetype; - NSDictionary *props; - - if ( (isPNG && !myPicPrefs.allJPEG) || myPicPrefs.allPNG) { -- cgit v1.2.3