summaryrefslogtreecommitdiffstats
path: root/src/maingui/main.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2015-10-09 16:41:40 +0200
committerSimon Rettberg2015-10-09 16:41:40 +0200
commit5c89ced85217787dc0530d6cb4c3b0a74c6fbf87 (patch)
treecbe4fe3ce57c8e4544c0bae58999a3922812cb7c /src/maingui/main.cpp
parentMerge branch 'master' of dnbd3:openslx-ng/printergui (diff)
downloadprintergui-5c89ced85217787dc0530d6cb4c3b0a74c6fbf87.tar.gz
printergui-5c89ced85217787dc0530d6cb4c3b0a74c6fbf87.tar.xz
printergui-5c89ced85217787dc0530d6cb4c3b0a74c6fbf87.zip
WIP: Try move all GUI interaction to the first binaryonegui
This is broken, incomplete code
Diffstat (limited to 'src/maingui/main.cpp')
-rw-r--r--src/maingui/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/maingui/main.cpp b/src/maingui/main.cpp
index 25f81a0..be4099b 100644
--- a/src/maingui/main.cpp
+++ b/src/maingui/main.cpp
@@ -38,7 +38,6 @@ int main(int argc, char *argv[])
return a.exec();
}
-
static Backdrop* showGrayBackground()
{
Backdrop *bg = new Backdrop;