mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
Remove unused code
This commit is contained in:
parent
7e6b6d5463
commit
c3ceda3072
@ -13,7 +13,6 @@ class Timer {
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
typedef std::function<void()> Callback;
|
typedef std::function<void()> Callback;
|
||||||
// typedef std::function<void(uint32_t)> PendingCallback;
|
|
||||||
typedef void (*PendingCallback)(void* context, uint32_t arg);
|
typedef void (*PendingCallback)(void* context, uint32_t arg);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user