Skip to content

Commit

Permalink
Remove references to previous project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Sep 3, 2024
1 parent 7162f2a commit c0918e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
7 changes: 0 additions & 7 deletions addons/gdcef/gdcef/src/gdbrowser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@
# endif
# endif

// Godot 3
//# include "Godot.hpp"
//# include "GDScript.hpp"
//# include "Node.hpp"
//# include "ImageTexture.hpp"
//# include "GlobalConstants.hpp"

// Godot 4
# include "godot.hpp"
# include "gd_script.hpp"
Expand Down
11 changes: 1 addition & 10 deletions addons/gdcef/gdcef/src/gdcef.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
# define GDCEF_HPP

// *****************************************************************************
//! \file Wrap Chromium Embedded Framework (that can be find at
//! $WORKSPACE_STIGMEE/godot/gdnative/browser/thirdparty/cef_binary) as Godot
//! native module
//! \file Wrap Chromium Embedded Framework as Godot native module.
// *****************************************************************************

// Hide compilation warnings induced by Godot and by CEF
Expand All @@ -54,13 +52,6 @@
# endif
# endif

// Godot 3
//# include "Godot.hpp"
//# include "ProjectSettings.hpp"
//# include "OS.hpp"
//# include "Node.hpp"
//# include "ImageTexture.hpp"

// Godot 4
# include "godot.hpp"
# include "project_settings.hpp"
Expand Down
2 changes: 1 addition & 1 deletion addons/gdcef/subprocess/src/main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class GDCefBrowser : public CefApp,

// Create the first browser window.
std::cout << "[SubProcess] [GDCefBrowser::OnContextInitialized] Create the browser" << std::endl;
CefBrowserHost::CreateBrowser(window_info, handler.get(), "https://mediatheque.stigmee.fr",
CefBrowserHost::CreateBrowser(window_info, handler.get(), "https://github.com/Lecrapouille/gdcef",
browser_settings, nullptr, nullptr);
}

Expand Down

0 comments on commit c0918e7

Please sign in to comment.