summaryrefslogtreecommitdiff
path: root/new/ui_unix.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 00:26:27 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 00:26:27 -0400
commit1d76d53593de0c6bd4faf8c47bb525977a33b178 (patch)
treeab01dc42676cf0cfada47cc581189fa48e2c6707 /new/ui_unix.h
parent06adf7488da7cac837351256923b0ab5038d13ae (diff)
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Diffstat (limited to 'new/ui_unix.h')
-rw-r--r--new/ui_unix.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/new/ui_unix.h b/new/ui_unix.h
deleted file mode 100644
index 642dd49..0000000
--- a/new/ui_unix.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// 6 april 2015
-
-#ifndef __UI_UI_UNIX_H__
-#define __UI_UI_UNIX_H__
-
-#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32
-#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32
-#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4
-#define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4
-#include <gtk/gtk.h>
-#include "uipriv.h"
-
-#endif