Revert "e_pixmap: Fix missing emitting of the buffer clear signal" 69/316769/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 28 Aug 2024 02:26:10 +0000 (11:26 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 28 Aug 2024 02:29:23 +0000 (11:29 +0900)
This reverts commit b415b965e524ad9d950ca71b03c4885c4520c6d7.

Change-Id: I7878910236ff201649f0d70d896a0036349db6ca

src/bin/core/e_pixmap.c

index 974ab87c731e6d3f5c441cf65a6992a10d9d2eb7..2c959cca529a24a5b610fcd3f7bb638192b2cce9 100644 (file)
@@ -933,8 +933,6 @@ e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free)
 {
    EINA_SAFETY_ON_NULL_RETURN(cp);
 
-   wl_signal_emit(&cp->events.buffer_clear, &only_free);
-
    _e_pixmap_hook_call(E_PIXMAP_HOOK_BUFFER_CLEAR, cp);
 }