mac_support.h
changeset 12 7268128148b8
parent 11 11a0e8a2346e
child 13 69f1fcfdf6a5
     1.1 --- a/mac_support.h	Wed May 21 22:55:14 2014 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,17 +0,0 @@
     1.4 -/*******************************
     1.5 - Mac support for HID Test GUI
     1.6 - 
     1.7 - Alan Ott
     1.8 - Signal 11 Software
     1.9 - 
    1.10 -*******************************/
    1.11 -
    1.12 -#ifndef MAC_SUPPORT_H__
    1.13 -#define MAC_SUPPORT_H__
    1.14 -
    1.15 -extern "C" {
    1.16 -	void init_apple_message_system();
    1.17 -	void check_apple_events();
    1.18 -}
    1.19 -
    1.20 -#endif