notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de38f20
)
rm unused file
author
notaz
<notasas@gmail.com>
Fri, 7 Jan 2011 22:42:30 +0000
(
00:42
+0200)
committer
notaz
<notasas@gmail.com>
Fri, 7 Jan 2011 22:42:30 +0000
(
00:42
+0200)
frontend/gtk/gtk.h
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/frontend/gtk/gtk.h
b/frontend/gtk/gtk.h
deleted file mode 100644
(file)
index
a605c82
..0000000
--- a/
frontend/gtk/gtk.h
+++ /dev/null
@@
-1,13
+0,0 @@
-#ifndef __G_FAKE_TYPES_H__
-#define __G_FAKE_TYPES_H__
-
-/* fake gtk types to avoid code drift from upstream PCSX */
-typedef char gchar;
-typedef short gshort;
-typedef long glong;
-typedef int gint;
-typedef gint gboolean;
-
-#define g_free free
-
-#endif