aboutsummaryrefslogtreecommitdiff
path: root/src/getgov.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-02-14 21:19:10 +1300
committerDavid <dbphillipsnz@gmail.com>2014-02-14 21:19:10 +1300
commit32ee4028069ff3317e91bbed9edad48b67c64881 (patch)
tree29b545302eecbd1158b4abbee5b549960f10b9a9 /src/getgov.c
parent6173eb0eec3d1a0fbf5436e15cb314468f3f6c9c (diff)
downloadparamano-32ee4028069ff3317e91bbed9edad48b67c64881.tar.xz
Code cleanup
Diffstat (limited to 'src/getgov.c')
-rw-r--r--src/getgov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/getgov.c b/src/getgov.c
index df723a9..1a7c913 100644
--- a/src/getgov.c
+++ b/src/getgov.c
@@ -96,7 +96,6 @@ int gg_available(int core, char* out, int size)
return 0;
}
-/* to do */
char* gg_gov(int core, int index)
{
return AVAILABLE_GOVERNORS[core][index];