Skip to content

Commit e901ee0

Browse files
committed
Remove unused signal
1 parent 2bf6e5e commit e901ee0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

qmlbridge.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ public slots:
141141
void touchpadStateChanged(qreal x, qreal y, bool contact, bool down);
142142
void buttonStateChanged(int id, bool state);
143143

144-
/* Never called. Used as NOTIFY value for writable properties
145-
* that aren't used outside of QML. */
146-
void neverEmitted();
147-
148144
private:
149145
static void usblink_progress_changed(int percent, void *qml_bridge_p);
150146

0 commit comments

Comments
 (0)