diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 22:19:24 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 22:19:24 -0400 |
| commit | 002d95c2c26823c200bc672a5dc1011004308e32 (patch) | |
| tree | f13ca3fd60fe91af5d6413467b4347315d4f5a73 /new/main_unix.c | |
| parent | 5719004a9720f33a8118133292fe451d273e1063 (diff) | |
Resolved a bunch of TODOs. Added one.
Diffstat (limited to 'new/main_unix.c')
| -rw-r--r-- | new/main_unix.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/new/main_unix.c b/new/main_unix.c index aae049b..90374c7 100644 --- a/new/main_unix.c +++ b/new/main_unix.c @@ -12,9 +12,3 @@ void uiQuit(void) { gtk_main_quit(); } - -// TODO move somewhere else -uintptr_t uiControlHandle(uiControl *c) -{ - return (*(c->handle))(c); -} |
