Drop Glib version guards from unit tests
This commit is contained in:
parent
8e7c445482
commit
5eab5f5bda
5 changed files with 0 additions and 20 deletions
|
@ -16,8 +16,6 @@
|
||||||
#include "midori.h"
|
#include "midori.h"
|
||||||
#include "midori-bookmarks.h"
|
#include "midori-bookmarks.h"
|
||||||
|
|
||||||
#if GLIB_CHECK_VERSION(2, 16, 0)
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
bookmarks_panel_create (void)
|
bookmarks_panel_create (void)
|
||||||
{
|
{
|
||||||
|
@ -157,5 +155,3 @@ main (int argc,
|
||||||
|
|
||||||
return g_test_run ();
|
return g_test_run ();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
#include "midori-stock.h"
|
#include "midori-stock.h"
|
||||||
#include "sokoke.h"
|
#include "sokoke.h"
|
||||||
|
|
||||||
#if GLIB_CHECK_VERSION (2, 16, 0)
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
browser_create (void)
|
browser_create (void)
|
||||||
{
|
{
|
||||||
|
@ -62,5 +60,3 @@ main (int argc,
|
||||||
|
|
||||||
return g_test_run ();
|
return g_test_run ();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
|
|
||||||
#include "midori.h"
|
#include "midori.h"
|
||||||
|
|
||||||
#if GLIB_CHECK_VERSION(2, 16, 0)
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
const gchar* uri;
|
const gchar* uri;
|
||||||
|
@ -293,5 +291,3 @@ main (int argc,
|
||||||
|
|
||||||
return g_test_run ();
|
return g_test_run ();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
|
|
||||||
#include "midori.h"
|
#include "midori.h"
|
||||||
|
|
||||||
#if GLIB_CHECK_VERSION(2, 16, 0)
|
|
||||||
|
|
||||||
const gpointer magic = (gpointer)0xdeadbeef;
|
const gpointer magic = (gpointer)0xdeadbeef;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -137,5 +135,3 @@ main (int argc,
|
||||||
|
|
||||||
return g_test_run ();
|
return g_test_run ();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
#include "midori-bookmarks.h"
|
#include "midori-bookmarks.h"
|
||||||
#include "sokoke.h"
|
#include "sokoke.h"
|
||||||
|
|
||||||
#if GLIB_CHECK_VERSION(2, 16, 0)
|
|
||||||
|
|
||||||
#define pspec_is_writable(pspec) (pspec->flags & G_PARAM_WRITABLE \
|
#define pspec_is_writable(pspec) (pspec->flags & G_PARAM_WRITABLE \
|
||||||
&& !(pspec->flags & (G_PARAM_CONSTRUCT | G_PARAM_CONSTRUCT_ONLY)))
|
&& !(pspec->flags & (G_PARAM_CONSTRUCT | G_PARAM_CONSTRUCT_ONLY)))
|
||||||
|
|
||||||
|
@ -185,5 +183,3 @@ main (int argc,
|
||||||
|
|
||||||
return g_test_run ();
|
return g_test_run ();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue