Skip to content

Commit a487854

Browse files
committed
Input: remove use of [Deprecated] attribute
The name of the method should be enough to keep people from using it.
1 parent 467e629 commit a487854

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/devices/Input.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ namespace Ev3devKit.Devices {
9898
*
9999
* @return ``null``
100100
*/
101-
[Deprecated]
102101
public Event? do_not_call_this_method () { return null; }
103102
}
104103

0 commit comments

Comments
 (0)