diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-05-12 03:41:45 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-12 03:44:07 +0200 |
commit | c6a789998a48d1a1d8a7e1675b873f2b2f440c93 (patch) | |
tree | 33538b51677b52f250215b0d280f93ccfc034957 /gdk/gdk.c | |
parent | 902628f593caf2580f5553623de849d7ab92caa3 (diff) | |
download | gtk+-c6a789998a48d1a1d8a7e1675b873f2b2f440c93.tar.gz |
Remove deprecated gdk_exit() function
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r-- | gdk/gdk.c | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -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) { |