Skip to content

Commit

Permalink
GUI2: removed some duplicate string_map typedefs
Browse files Browse the repository at this point in the history
Keeping the one in widgets/widget.hpp, though since that's the same as utils::string_map I might make
it reference the latter at some point.
  • Loading branch information
Vultraz committed Sep 11, 2017
1 parent f59e721 commit 903ff31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/gui/widgets/generator.hpp
Expand Up @@ -21,8 +21,6 @@

#include <array>

typedef std::map<std::string, t_string> string_map;

namespace gui2
{

Expand Down
2 changes: 0 additions & 2 deletions src/gui/widgets/pane.hpp
Expand Up @@ -22,8 +22,6 @@

#include <list>

typedef std::map<std::string, t_string> string_map;

namespace gui2
{

Expand Down

0 comments on commit 903ff31

Please sign in to comment.