Skip to content

Commit

Permalink
chore: remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lessp committed Aug 28, 2020
1 parent 5875b9d commit 5073247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Native/ReveryCocoa.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ void revery_scheduleNotificationFromNow_cocoa(const char *title,
void *revery_getIconHandle_cocoa();

/* Tray */
void *revery_makeTrayHandleText_cocoa(const char *title_v);
void *revery_makeTrayHandleImage_cocoa(const char *title_v);
void revery_setTrayTitle_cocoa(const char *title_v);

/* Icon progress bar functions */
Expand Down

0 comments on commit 5073247

Please sign in to comment.