diff options
author | fluxgen <fluxgen> | 2003-01-09 21:54:51 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-09 21:54:51 (GMT) |
commit | d019be5bf54d11a9e48ac73c7d8d430bd02cc9df (patch) | |
tree | 6db9979b6cbbf46f5d90f3ab2fd7cb95d5f7bd1b | |
parent | c9299fff8f5492df6aafce4455c1ee7cff1ab1f8 (diff) | |
download | fluxbox_paul-d019be5bf54d11a9e48ac73c7d8d430bd02cc9df.zip fluxbox_paul-d019be5bf54d11a9e48ac73c7d8d430bd02cc9df.tar.bz2 |
remove bexec
-rw-r--r-- | src/BaseDisplay.hh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh index 96e9144..dc9f25c 100644 --- a/src/BaseDisplay.hh +++ b/src/BaseDisplay.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: BaseDisplay.hh,v 1.34 2002/12/01 13:41:54 rathnor Exp $ | 25 | // $Id: BaseDisplay.hh,v 1.35 2003/01/09 21:54:51 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef BASEDISPLAY_HH | 27 | #ifndef BASEDISPLAY_HH |
28 | #define BASEDISPLAY_HH | 28 | #define BASEDISPLAY_HH |
@@ -42,17 +42,13 @@ extern "C" { | |||
42 | #include <list> | 42 | #include <list> |
43 | #include <vector> | 43 | #include <vector> |
44 | 44 | ||
45 | // forward declaration | ||
46 | class ScreenInfo; | 45 | class ScreenInfo; |
47 | 46 | ||
48 | #define PropBlackboxHintsElements (5) | 47 | #define PropBlackboxHintsElements (5) |
49 | #define PropBlackboxAttributesElements (8) | 48 | #define PropBlackboxAttributesElements (8) |
50 | 49 | ||
51 | /// obsolete | 50 | |
52 | void bexec(const char *command, char *displaystring); | 51 | /// Singleton class to manage display connection |
53 | /** | ||
54 | Singleton class to manage display connection | ||
55 | */ | ||
56 | class BaseDisplay:public FbTk::App, private FbTk::NotCopyable | 52 | class BaseDisplay:public FbTk::App, private FbTk::NotCopyable |
57 | { | 53 | { |
58 | public: | 54 | public: |