| Index: chrome/gpu/x_util.h
|
| diff --git a/chrome/gpu/x_util.h b/chrome/gpu/x_util.h
|
| index 512b232756a9728270621fbdb71ca039ea4f2189..135d85cff3eb8c69dc25f0faec90a0e47f9ed59f 100644
|
| --- a/chrome/gpu/x_util.h
|
| +++ b/chrome/gpu/x_util.h
|
| @@ -33,14 +33,6 @@ typedef struct __GLXcontextRec *GLXContext;
|
|
|
| // Utils -----------------------------------------------------------------------
|
|
|
| -// scoped_ptr functor for XFree(). Use as follows:
|
| -// scoped_ptr_mallox<XVisualInfo, ScopedPtrXFree> foo(...);
|
| -// where "XVisualInfo" is any X type that is freed with XFree.
|
| -class ScopedPtrXFree {
|
| - public:
|
| - void operator()(void* x) const;
|
| -};
|
| -
|
| #endif // OS_LINUX
|
|
|
| #endif // CHROME_GPU_X_UTIL_H_
|
|
|