Mercurial > mplayer.hg
changeset 33461:175e9084ee62
Remove needless explicit initialization of Display variables.
author | ib |
---|---|
date | Fri, 03 Jun 2011 14:25:43 +0000 |
parents | c5dfa322efb4 |
children | 09b7b05fadfa |
files | libvo/x11_common.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.c Fri Jun 03 14:15:56 2011 +0000 +++ b/libvo/x11_common.c Fri Jun 03 14:25:43 2011 +0000 @@ -93,8 +93,8 @@ static int dpms_disabled = 0; -char *mDisplayName = NULL; -Display *mDisplay = NULL; +char *mDisplayName; +Display *mDisplay; Window mRootWin; int mScreen; int mLocalDisplay;