Skip to content

Commit

Permalink
Remove unused using namespace TypeConv;
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevel committed May 29, 2024
1 parent 94cda8b commit 9fefa1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/rad/appdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
#include "utils/wxfbipc.h"


using namespace TypeConv;


///////////////////////////////////////////////////////////////////////////////
// Comandos
///////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 0 additions & 2 deletions src/rad/designer/visualobj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include "visualeditor.h"


using namespace TypeConv;

BEGIN_EVENT_TABLE(VObjEvtHandler, wxEvtHandler)
EVT_LEFT_DOWN(VObjEvtHandler::OnLeftClick)
EVT_RIGHT_DOWN(VObjEvtHandler::OnRightClick)
Expand Down
2 changes: 0 additions & 2 deletions src/utils/typeconv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ class LocaleSwitcher

////////////////////////////////////

using namespace TypeConv;

wxString TypeConv::StringToWxString(const std::string& str)
{
return StringToWxString(str.c_str());
Expand Down

0 comments on commit 9fefa1b

Please sign in to comment.