Don't define RDP_IS_XORG and RDP_IS_XFREE86, they are unused

This commit is contained in:
Pavel Roskin 2016-12-30 11:23:04 -08:00
parent 8db3de08eb
commit bbe718bd3a
1 changed files with 0 additions and 14 deletions

View File

@ -76,20 +76,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//#include "colormapst.h"
/* test to see if this is xorg source or xfree86 */
#ifdef XORGSERVER
# define RDP_IS_XORG
#else
# include <xf86Version.h>
# if (XF86_VERSION_MAJOR == 4 && XF86_VERSION_MINOR > 3)
# define RDP_IS_XFREE86
# elif (XF86_VERSION_MAJOR > 4)
# define RDP_IS_XFREE86
# else
# define RDP_IS_XORG
# endif
#endif
#define X11RDPVER "0.9.1"
#define PixelDPI 100