dri3: static cleanup

Also remove unused window private key.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2014-10-22 10:47:03 -04:00
parent a69e9027e1
commit c4a0d6c913
2 changed files with 1 additions and 4 deletions

View File

@ -26,9 +26,8 @@
#include "dri3_priv.h"
int dri3_request;
static int dri3_request;
DevPrivateKeyRec dri3_screen_private_key;
DevPrivateKeyRec dri3_window_private_key;
static int dri3_screen_generation;

View File

@ -32,8 +32,6 @@
#include <randrstr.h>
#include "dri3.h"
extern int dri3_request;
extern DevPrivateKeyRec dri3_screen_private_key;
typedef struct dri3_screen_priv {