summaryrefslogtreecommitdiff
path: root/recordmydesktop/include/rmdfunc.h
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-12 23:12:41 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-12 23:12:41 +0000
commitac3ce74511a9953ae22fd6a1f77f8e969bb99922 (patch)
tree86036a5b98bc63f85c2cdbe79cf2dcf3eaca9a31 /recordmydesktop/include/rmdfunc.h
parent4c387338ef2fced0aa667b199ce9e45ce74907bf (diff)
include/rmdfunc.h
src/rectinsert.c: Remove BlocksFromList() to get rid of dependencies. We now only depend on rmdtypes.h in rectinsert.c. src/get_frame.c: BlocksFromList() makes more sense to keep as a static function here. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@517 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include/rmdfunc.h')
-rw-r--r--recordmydesktop/include/rmdfunc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h
index a920150..a3eb811 100644
--- a/recordmydesktop/include/rmdfunc.h
+++ b/recordmydesktop/include/rmdfunc.h
@@ -519,25 +519,6 @@ int StopJackClient(JackData *jdata);
#endif
-/**
-* Extract cache blocks from damage list
-*
-* \param root Root entry of the list with damaged areas
-*
-* \param x_offset left x of the recording area
-*
-* \param x_offset upper y of the recording area
-*
-* \param blocknum_x Width of image in blocks
-*
-* \param blocknum_y Height of image in blocks
-*/
-void BlocksFromList(RectArea **root,
- unsigned int x_offset,
- unsigned int y_offset,
- unsigned int blocknum_x,
- unsigned int blocknum_y);
-
/**
* Currently only frees some memory
© All Rights Reserved