[vlc-commits] [Git][videolan/vlc][master] display: remove unused vout_display_SendEventMouseDoubleClick function

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Tue Jul 13 13:48:28 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
2d4d62ed by Steve Lhomme at 2021-07-13T13:02:01+00:00
display: remove unused vout_display_SendEventMouseDoubleClick function

- - - - -


1 changed file:

- include/vlc_vout_display.h


Changes:

=====================================
include/vlc_vout_display.h
=====================================
@@ -431,10 +431,6 @@ static inline void vout_display_SendEventMouseReleased(vout_display_t *vd, int b
 {
     vout_window_ReportMouseReleased(vd->cfg->window, button);
 }
-static inline void vout_display_SendEventMouseDoubleClick(vout_display_t *vd)
-{
-    vout_window_ReportMouseDoubleClick(vd->cfg->window, MOUSE_BUTTON_LEFT);
-}
 static inline void vout_display_SendEventViewpointMoved(vout_display_t *vd,
                                                         const vlc_viewpoint_t *vp)
 {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2d4d62ed436e9ddcbd3e2f82f8f987dc457d5d55

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2d4d62ed436e9ddcbd3e2f82f8f987dc457d5d55
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list