Skip to content

Commit dee6ad5

Browse files
committed
NativeCFFI: Fix git leftovers
1 parent 035d438 commit dee6ad5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lime/_internal/backend/native/NativeCFFI.hx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,11 +1672,10 @@ class NativeCFFI
16721672

16731673
@:cffi private static function lime_alc_suspend_context(context:CFFIPointer):Void;
16741674

1675-
<<<<<<< HEAD
16761675
@:cffi private static function lime_alc_event_control_soft(count:Int, events:Array<Int>, enable:Bool):Void;
16771676

16781677
@:cffi private static function lime_alc_event_callback_soft(device:CFFIPointer, callback:Dynamic):Void;
1679-
=======
1678+
16801679
@:cffi private static function lime_alc_capture_open_device(devicename:String, frequency:Int, format:Int, buffersize:Int):CFFIPointer;
16811680

16821681
@:cffi private static function lime_alc_capture_close_device(device:CFFIPointer):Bool;
@@ -1686,7 +1685,6 @@ class NativeCFFI
16861685
@:cffi private static function lime_alc_capture_stop(device:CFFIPointer):Void;
16871686

16881687
@:cffi private static function lime_alc_capture_samples(device:CFFIPointer, buffer:Dynamic, samples:Int):Void;
1689-
>>>>>>> feat/openal-capture
16901688

16911689
@:cffi private static function lime_al_gen_filter():CFFIPointer;
16921690

0 commit comments

Comments
 (0)