Skip to content

Commit

Permalink
remove notify agent running
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 24, 2024
1 parent a7cc1f5 commit 16fe2f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/context/ElectronApiProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const ElectronApiContext = createContext<ElectronApiContextProps>({
delete: async () => {},
},
setAppHeight: () => {},
notifyAgentRunning: () => {},
});

export const ElectronApiProvider = ({ children }: PropsWithChildren) => {
Expand Down Expand Up @@ -77,7 +76,6 @@ export const ElectronApiProvider = ({ children }: PropsWithChildren) => {
delete: getElectronApiFunction('store.delete'),
},
setAppHeight: getElectronApiFunction('setAppHeight'),
notifyAgentRunning: getElectronApiFunction('notifyAgentRunning'),
showNotification: getElectronApiFunction('showNotification'),
}}
>
Expand Down

0 comments on commit 16fe2f3

Please sign in to comment.