diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-12-20 11:53:53 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-12-20 11:57:55 +1000 |
commit | aa2821a42706ac7b69703d1869e2d00a4ced9f4b (patch) | |
tree | 6cbb4f098d4562da7451a7a186f31fbe5d1a129d /src/nv_proto.h | |
parent | 1fc564fe3494cf0abcc848d0e90bf2232f8fd272 (diff) |
kill NVSync(), it's rather useless
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'src/nv_proto.h')
-rw-r--r-- | src/nv_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nv_proto.h b/src/nv_proto.h index ba8ca5e..775b094 100644 --- a/src/nv_proto.h +++ b/src/nv_proto.h @@ -36,7 +36,6 @@ void NVSetPortDefaults (ScrnInfoPtr pScrn, NVPortPrivPtr pPriv); unsigned int nv_window_belongs_to_crtc(ScrnInfoPtr, int, int, int, int); /* in nv_dma.c */ -void NVSync(ScrnInfoPtr pScrn); Bool NVInitDma(ScrnInfoPtr pScrn); void NVTakedownDma(ScrnInfoPtr pScrn); |