Skip to content

Commit c53c920

Browse files
Removed unused Timer functions from header file
1 parent 979aad9 commit c53c920

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib/Timer.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ namespace sttp
7676

7777
void Stop();
7878

79-
void Wait() const;
80-
81-
static void EmptyCallback(const TimerPtr&, void*);
82-
83-
static TimerPtr WaitTimer(int32_t interval, bool autoStart = true);
84-
8579
const static TimerPtr NullPtr;
8680
};
8781
}

0 commit comments

Comments
 (0)