Browse Source

sigh: drop redundant initializer

Michele Caini 1 year ago
parent
commit
f39c68793e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/entt/signal/sigh.hpp

+ 1 - 2
src/entt/signal/sigh.hpp

@@ -236,8 +236,7 @@ class connection {
 public:
     /*! @brief Default constructor. */
     connection()
-        : disconnect{},
-          signal{} {}
+        : signal{} {}
 
     /**
      * @brief Checks whether a connection is properly initialized.