Skip to content

Commit

Permalink
Move private function out of public header
Browse files Browse the repository at this point in the history
  • Loading branch information
Susko3 committed Dec 16, 2023
1 parent 6be31ed commit 98da827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/monitor_capture_manager/monitor_capture_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
namespace monitor_capture_manager
{

void update_from_current_scene();
bool connect_monitor_capture_signals(void *, obs_source_t *source);

bool is_monitor_capture(const obs_source_t *source)
Expand Down
1 change: 0 additions & 1 deletion src/monitor_capture_manager/monitor_capture_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ with this program. If not, see <https://www.gnu.org/licenses/>

namespace monitor_capture_manager
{
void update_from_current_scene();
void on_obs_frontend_event_finished_loading();
void on_obs_frontend_event_scene_changed();
}

0 comments on commit 98da827

Please sign in to comment.