summaryrefslogtreecommitdiff
path: root/src/xtoq/XtoqImageRep.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/xtoq/XtoqImageRep.m')
-rw-r--r--src/xtoq/XtoqImageRep.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xtoq/XtoqImageRep.m b/src/xtoq/XtoqImageRep.m
index bad8ce9..249a976 100644
--- a/src/xtoq/XtoqImageRep.m
+++ b/src/xtoq/XtoqImageRep.m
@@ -31,12 +31,6 @@
@implementation XtoqImageRep
-- (NSArray *)imageUnfilteredTypes
-{
- imageTypes = [[NSArray alloc] initWithObjects:nil];
- return imageTypes;
-}
-
- (BOOL)canInitWithData:(xcb_image_t *)imageData
{
if (imageData == NULL) {