summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-05-12 03:41:45 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-12 03:44:07 +0200
commitc6a789998a48d1a1d8a7e1675b873f2b2f440c93 (patch)
tree33538b51677b52f250215b0d280f93ccfc034957 /gdk/gdk.c
parent902628f593caf2580f5553623de849d7ab92caa3 (diff)
downloadgtk+-c6a789998a48d1a1d8a7e1675b873f2b2f440c93.tar.gz
Remove deprecated gdk_exit() function
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 110d662dc7..8fe3c450d3 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -386,31 +386,6 @@ gdk_init (int *argc, char ***argv)
}
}
-/*
- *--------------------------------------------------------------
- * gdk_exit
- *
- * Restores the library to an un-itialized state and exits
- * the program using the "exit" system call.
- *
- * Arguments:
- * "errorcode" is the error value to pass to "exit".
- *
- * Results:
- * Allocated structures are freed and the program exits
- * cleanly.
- *
- * Side effects:
- *
- *--------------------------------------------------------------
- */
-
-void
-gdk_exit (gint errorcode)
-{
- exit (errorcode);
-}
-
void
gdk_threads_enter (void)
{