Skip to content

Commit

Permalink
mac-virtualcam: Remove unnecessary plugin version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gxalpha authored and jp9000 committed Oct 24, 2021
1 parent 96a5e11 commit 4a50e62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugins/mac-virtualcam/src/obs-plugin/Defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
// along with obs-mac-virtualcam. If not, see <http://www.gnu.org/licenses/>.

#define PLUGIN_NAME "mac-virtualcam"
#define PLUGIN_VERSION "1.3.0"

#define blog(level, msg, ...) \
blog(level, "[" PLUGIN_NAME "] " msg, ##__VA_ARGS__)
2 changes: 0 additions & 2 deletions plugins/mac-virtualcam/src/obs-plugin/plugin-main.mm
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ static void virtualcam_output_raw_video(void *data, struct video_data *frame)

bool obs_module_load(void)
{
blog(LOG_INFO, "version=%s", PLUGIN_VERSION);

obs_register_output(&virtualcam_output_info);

obs_data_t *obs_settings = obs_data_create();
Expand Down

0 comments on commit 4a50e62

Please sign in to comment.