summaryrefslogtreecommitdiff
path: root/recordmydesktop/include
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-13 15:22:48 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-13 15:22:48 +0000
commitd0ed3d9ba8bdcea23bbcd14fbaa2198d4f8a01c5 (patch)
tree9acb456537df6c9ff4e819587fcead7d710f328a /recordmydesktop/include
parent0ae6b7238cca4af9782e9231ed316837e1f5d191 (diff)
include/rmdfunc.h: Removed CleanUp() declaration from here.
src/initialize_data.[ch]: Host CleanUp() here instead. Long-term there should be much more code shared between rmd_rescue.c and initialize_data.c. src/cleanup.c: Removed. src/Makefile.am: Removed cleanup.c. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@536 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r--recordmydesktop/include/rmdfunc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h
index ac982cc..88d6c69 100644
--- a/recordmydesktop/include/rmdfunc.h
+++ b/recordmydesktop/include/rmdfunc.h
@@ -484,16 +484,6 @@ int StopJackClient(JackData *jdata);
#endif
-
-/**
-* Currently only frees some memory
-* (y,u,v blocks)
-*
-*
-*/
-void CleanUp(void);
-
-
/*
* Check a shortcut combination and if valid,
* register it, on the root window.
© All Rights Reserved