X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libsigrok-internal.h;h=428a8683882d9deac29985e7b94bb2bfcc754478;hb=695f32d89d678b20896e34affc74b4363b686387;hp=0dc7bb0f6b9b2eb64563e7a651dae535e1153e71;hpb=ae5859fff08a8ccc8cba081d7500f75cc46114f7;p=libsigrok.git diff --git a/libsigrok-internal.h b/libsigrok-internal.h index 0dc7bb0f..428a8683 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) 2013 Bert Vermeulen * @@ -43,11 +43,6 @@ #define ARRAY_AND_SIZE(a) (a), ARRAY_SIZE(a) #endif -/* Versions < 2.30.0 of glib don't have g_match_info_unref(). */ -#if !GLIB_CHECK_VERSION(2,30,0) -#define g_match_info_unref g_match_info_free -#endif - struct sr_context { #ifdef HAVE_LIBUSB_1_0 libusb_context *libusb_ctx;