This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
Drop obsolete cycle counter option in libjack
tags/0.124
Adrian Knoth
12 years ago
parent
d302164304
commit
dea90fc23a
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libjack/time.c
+ 0
- 2
libjack/time.c
View File
@@ -45,8 +45,6 @@ const char*
jack_clock_source_name (jack_timer_type_t src)
{
switch (src) {
case JACK_TIMER_CYCLE_COUNTER:
return "cycle counter";
case JACK_TIMER_HPET:
return "hpet";
case JACK_TIMER_SYSTEM_CLOCK:
Write
Preview
Loading…
Cancel
Save