mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 04:45:03 +08:00
silence a couple more compiler warnings on osx
This commit is contained in:
@@ -25,6 +25,17 @@
|
||||
@dynamic animatesToDestination;
|
||||
@dynamic numberOfValidItemsForDrop;
|
||||
|
||||
/* springLoadingHighlight is a property that will not be auto-synthesized by
|
||||
clang. explicitly synthesizing it here as well as defining an empty handler
|
||||
for resetSpringLoading() satisfies the compiler */
|
||||
@synthesize springLoadingHighlight = _springLoadingHighlight;
|
||||
|
||||
/* unused */
|
||||
- (void)
|
||||
resetSpringLoading
|
||||
{
|
||||
}
|
||||
|
||||
- (id)
|
||||
initWithFrame:(NSRect)frame
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user