Skip to content

Commit

Permalink
Revert "Ticktock plugin paths"
Browse files Browse the repository at this point in the history
This reverts commit 8baaa82.

Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Aug 11, 2022
1 parent 8baaa82 commit 30911f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1105,10 +1105,6 @@ void ManagerPrivate::LoadPlugin(const tinyxml2::XMLElement *_elem)
systemPaths.AddPluginPaths(
gz::common::joinPaths(homePath, ".gz", "sim", "plugins"));

// TOOD(CH3): Deprecated. Remove on tock.
systemPaths.AddPluginPaths(
gz::common::joinPaths(homePath, ".ignition", "gazebo", "plugins"));

std::string pathToLib;
if (common::exists(file))
pathToLib = file;
Expand All @@ -1125,10 +1121,6 @@ void ManagerPrivate::LoadPlugin(const tinyxml2::XMLElement *_elem)
systemPaths.AddPluginPaths(
gz::common::joinPaths(homePath, ".gz", "sim", "plugins"));

// TODO(CH3): Deprecated. Remove on tock.
systemPaths.AddPluginPaths(
gz::common::joinPaths(homePath, ".ignition", "gazebo", "plugins"));

pathToLib = systemPaths.FindSharedLibrary(file);

if (!pathToLib.empty())
Expand Down

0 comments on commit 30911f3

Please sign in to comment.