diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-04 17:57:09 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-04 17:59:39 +0100 |
commit | c24552ed05c7840a8359143d9af48f25fef21999 (patch) | |
tree | 4038f3aefbdd4fd429cca1a67fde96a98692a9e7 /slideshow | |
parent | 8f21e3b66c2a7b0e60aa3a61ffff0509a2170e21 (diff) |
slideshow: fix unused param warnings in ObjC files
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m b/slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m index 56c2e094fc3a..44e4f6dde309 100644 --- a/slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m +++ b/slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m @@ -154,6 +154,7 @@ typedef int NSColorRenderingIntent; - (void) _surfaceNeedsUpdate:(NSNotification*)notification { + (void) notification; // unused [self update]; } |