From a69d25e542c0385fb663d02b3de542fe8e4b455b Mon Sep 17 00:00:00 2001 From: IXtreme Date: Sat, 21 Dec 2024 22:57:52 -0500 Subject: [PATCH] Remove copyright notice from template I used --- src/main.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index beae60d..d3a928f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,15 +1,3 @@ -/******************************************************************************************* - * - * raylib-extras [ImGui] example - Docking example - * - * This is an example of using the ImGui docking features that are part of docking branch - * You must replace the default imgui with the code from the docking branch for this to work - * https://github.com/ocornut/imgui/tree/docking - * - * Copyright (c) 2024 Jeffery Myers - * - ********************************************************************************************/ - #include "mpris_connection.hpp" #include #include