From: Dana Jansens Date: Mon, 22 Jul 2002 02:16:57 +0000 (+0000) Subject: function declaration for a function that no longer exists X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=6ea8fb9afa1df8415fe88198525254c59a01230e;p=chaz%2Fopenbox function declaration for a function that no longer exists --- diff --git a/util/epist/window.hh b/util/epist/window.hh index 406efe09..18742194 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -76,8 +76,6 @@ private: void updateTitle(); void updateClass(); - void findFramePosition(int &x, int &y) const; - public: XWindow(epist *epist, screen *screen, Window window); virtual ~XWindow();