From d81df81428dd0bed0dc6201a91aa16c2f678d22b Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 10 May 2003 23:01:00 +0000 Subject: removed some functions --- src/ScreenInfo.hh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/ScreenInfo.hh b/src/ScreenInfo.hh index b167d47..4cdd070 100644 --- a/src/ScreenInfo.hh +++ b/src/ScreenInfo.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: ScreenInfo.hh,v 1.1 2003/05/10 13:54:29 fluxgen Exp $ +// $Id: ScreenInfo.hh,v 1.2 2003/05/10 23:01:00 fluxgen Exp $ #ifndef SCREENINFO_HH #define SCREENINFO_HH @@ -45,16 +45,8 @@ public: explicit ScreenInfo(int screen_num); ~ScreenInfo(); - inline Visual *getVisual() const { return visual; } - inline Window getRootWindow() const { return root_window; } - inline Colormap colormap() const { return m_colormap; } - - inline int getDepth() const { return depth; } inline int getScreenNumber() const { return screen_number; } - inline unsigned int getWidth() const { return width; } - inline unsigned int getHeight() const { return height; } - #ifdef XINERAMA inline bool hasXinerama() const { return m_hasXinerama; } inline int getNumHeads() const { return xineramaNumHeads; } -- cgit v0.11.2