Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
fc948726
Commit
fc948726
authored
10 years ago
by
callum_linden
Browse files
Options
Downloads
Patches
Plain Diff
Update to build on Xcode 6.0 (fix unit tests): fix and remove copy-pasted code :(
parent
b6c6feda
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/test_apps/llfbconnecttest/llfbconnecttest.h
+1
-35
1 addition, 35 deletions
indra/test_apps/llfbconnecttest/llfbconnecttest.h
with
1 addition
and
35 deletions
indra/test_apps/llfbconnecttest/llfbconnecttest.h
+
1
−
35
View file @
fc948726
...
...
@@ -144,43 +144,14 @@ class LLFBConnectTest : public LLPluginClassMediaOwner
float
mDistanceCameraToSelectedGeometry
;
int
mIdControlAddPanel
;
int
mIdControlRemPanel
;
std
::
vector
<
std
::
pair
<
std
::
string
,
std
::
string
>
>
mBookmarks
;
GLUI_Listbox
*
mBookmarkList
;
int
mIdBookmarks
;
int
mIdUrlEdit
;
GLUI_EditText
*
mUrlEdit
;
//int mIdUrlInitHistoryEdit;
//GLUI_EditText* mUrlInitHistoryEdit;
int
mSelBookmark
;
//int mIdRandomPanelCount;
//int mRandomPanelCount;
//int mIdRandomBookmarks;
//int mRandomBookmarks;
//int mIdDisableTimeout;
//int mDisableTimeout;
//int mIdUsePluginReadThread;
//int mUsePluginReadThread;
//int mIdLargePanelSpacing;
//int mLargePanelSpacing;
//int mIdControlCrashPlugin;
//int mIdControlHangPlugin;
int
mIdControlExitApp
;
//GLUI* mGluiMediaTimeControlWindow;
//int mIdMediaTimeControlPlay;
//int mIdMediaTimeControlLoop;
//int mIdMediaTimeControlPause;
//int mIdMediaTimeControlStop;
//int mIdMediaTimeControlSeek;
//int mIdMediaTimeControlVolume;
//int mMediaTimeControlVolume;
//int mIdMediaTimeControlSeekSeconds;
//int mMediaTimeControlSeekSeconds;
//int mIdMediaTimeControlRewind;
//int mIdMediaTimeControlFastForward;
int
mIdControlExitApp
;
GLUI
*
mGluiMediaBrowserControlWindow
;
int
mIdMediaBrowserControlBack
;
...
...
@@ -188,16 +159,11 @@ class LLFBConnectTest : public LLPluginClassMediaOwner
int
mIdMediaBrowserControlStop
;
int
mIdMediaBrowserControlForward
;
GLUI_Button
*
mMediaBrowserControlForwardButton
;
bool
mGluiMediaTimeControlWindowFlag
;
bool
mGluiMediaBrowserControlWindowFlag
;
bool
mMediaBrowserControlBackButtonFlag
;
bool
mMediaBrowserControlForwardButtonFlag
;
int
mIdMediaBrowserControlHome
;
int
mIdMediaBrowserControlReload
;
int
mIdMediaBrowserControlClearCache
;
int
mIdMediaBrowserControlClearCookies
;
int
mIdMediaBrowserControlEnableCookies
;
int
mMediaBrowserControlEnableCookies
;
GLUI
*
mBottomGLUIWindow
;
GLUI_StaticText
*
mStatusText
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment