Marking default/null handlers as stubs.

This commit is contained in:
Michael Jumper 2012-06-09 20:36:34 -07:00
parent 36def67dfd
commit 31a5c8b486

View File

@ -103,8 +103,10 @@ void guac_rdp_pointer_free(rdpContext* context, rdpPointer* pointer) {
}
void guac_rdp_pointer_set_null(rdpContext* context) {
/* STUB */
}
void guac_rdp_pointer_set_default(rdpContext* context) {
/* STUB */
}