Remove unnecessary SlotDelegate from Feedback 75/74075/2
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Fri, 10 Jun 2016 17:58:35 +0000 (18:58 +0100)
committerDavid Steele <david.steele@samsung.com>
Mon, 13 Jun 2016 10:45:53 +0000 (03:45 -0700)
Change-Id: I5df8ee195c5d4642221c74d38cc31c9a98387ed0

dali-toolkit/internal/feedback/feedback-style.cpp
dali-toolkit/internal/feedback/feedback-style.h

index 184f37a..b3d867c 100644 (file)
@@ -103,7 +103,6 @@ struct FeedbackStyleInfo
 static const FeedbackStyleInfo DEFAULT_FEEDBACK_STYLE_INFO;
 
 FeedbackStyle::FeedbackStyle()
-: mConnections( this )
 {
   mFeedback = Dali::FeedbackPlayer::Get();
 
index 0f8d270..bf6ea3f 100644 (file)
@@ -149,8 +149,6 @@ private:
 
   std::map<const std::string, FeedbackPattern>   mFeedbackPatternLut; ///< Used to convert feedback pattern strings into enumerated values
   std::map<const std::string, FeedbackStyleInfo> mStyleInfoLut;       ///< Converts key strings into style information
-
-  SlotDelegate< FeedbackStyle > mConnections; ///< Maintains the connections to the Object registry.
 };
 
 } // namespace Toolkit