diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 11:17:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 11:58:27 +0100 |
commit | bcc3e0e7e8863e4b707301349960ffb306f42f24 (patch) | |
tree | 2e1c9926251b57c4ab1379531305242fd80c52f3 /avmedia/inc | |
parent | 4efd419679e9a43b47bfe970fc5b1c2d7c680890 (diff) |
callcatcher: drop unused hasPreferredSize
Diffstat (limited to 'avmedia/inc')
-rw-r--r-- | avmedia/inc/avmedia/mediawindow.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/avmedia/inc/avmedia/mediawindow.hxx b/avmedia/inc/avmedia/mediawindow.hxx index 696eab6d6801..ab9bae22cc70 100644 --- a/avmedia/inc/avmedia/mediawindow.hxx +++ b/avmedia/inc/avmedia/mediawindow.hxx @@ -83,7 +83,6 @@ namespace avmedia const ::rtl::OUString& getURL() const; bool isValid() const; - bool hasPreferredSize() const; Size getPreferredSize() const; Window* getWindow() const; |