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 11, 2020
1 parent 66609d7 commit 1aeae23
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 1aeae23

Please sign in to comment.