Kaydet (Commit) c24552ed authored tarafından Michael Stahl's avatar Michael Stahl

slideshow: fix unused param warnings in ObjC files

üst 8f21e3b6
...@@ -154,6 +154,7 @@ typedef int NSColorRenderingIntent; ...@@ -154,6 +154,7 @@ typedef int NSColorRenderingIntent;
- (void) _surfaceNeedsUpdate:(NSNotification*)notification - (void) _surfaceNeedsUpdate:(NSNotification*)notification
{ {
(void) notification; // unused
[self update]; [self update];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment