Browse Source

Drop obsolete cycle counter option in libjack

tags/0.124
Adrian Knoth 12 years ago
parent
commit
dea90fc23a
1 changed files with 0 additions and 2 deletions
  1. +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:


Loading…
Cancel
Save